From 2fc8087de17ec8d59227b0900952ff00900c0476 Mon Sep 17 00:00:00 2001 From: sambarza Date: Wed, 2 Jan 2019 12:18:38 +0100 Subject: [PATCH] In the popup for the creation of a new offline project the OK button is missing or better is there but without a text, it's a quite difficult to find it ;-) Fixed with label "OK" --- src/ui/zcl_abapgit_popups.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/zcl_abapgit_popups.clas.abap b/src/ui/zcl_abapgit_popups.clas.abap index 5cc6ace9e..3cf197a89 100644 --- a/src/ui/zcl_abapgit_popups.clas.abap +++ b/src/ui/zcl_abapgit_popups.clas.abap @@ -903,7 +903,7 @@ CLASS ZCL_ABAPGIT_POPUPS IMPLEMENTATION. popup_title = 'New Offline Project' programname = sy-cprog formname = 'PACKAGE_POPUP' - ok_pushbuttontext = '' + ok_pushbuttontext = 'OK' icon_ok_push = lv_icon_ok first_pushbutton = lv_button1 icon_button_1 = lv_icon1