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"
This commit is contained in:
sambarza 2019-01-02 12:18:38 +01:00 committed by Lars Hvam
parent 20be1e7eef
commit 2fc8087de1

View File

@ -903,7 +903,7 @@ CLASS ZCL_ABAPGIT_POPUPS IMPLEMENTATION.
popup_title = 'New Offline Project' popup_title = 'New Offline Project'
programname = sy-cprog programname = sy-cprog
formname = 'PACKAGE_POPUP' formname = 'PACKAGE_POPUP'
ok_pushbuttontext = '' ok_pushbuttontext = 'OK'
icon_ok_push = lv_icon_ok icon_ok_push = lv_icon_ok
first_pushbutton = lv_button1 first_pushbutton = lv_button1
icon_button_1 = lv_icon1 icon_button_1 = lv_icon1