mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
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:
parent
20be1e7eef
commit
2fc8087de1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user