Skip to content

Commit f51fbf0

Browse files
ACI0104121 (invert Clear / Cancel buttons in the New… dialog)
1 parent 45de5e6 commit f51fbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project/Sources/Methods/MENU_Execute.4dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ If (OB Is defined:C1231(Form:C1466; "areaPointer")) && (OB Is defined:C1231(Form
3131

3232
: ($action="new…") | ($action="clear…")
3333

34-
CONFIRM:C162(Get localized string:C991("ConfirmClear"); Get localized string:C991("cancel"); Get localized string:C991("Clear")) //"Are you sure?")
35-
If (ok=0) // OK = 1 = Cancel
34+
CONFIRM:C162(Get localized string:C991("ConfirmClear"); Get localized string:C991("Clear"); Get localized string:C991("cancel")) //"Are you sure?") //ACI0104121
35+
If (ok=1) // OK = 1 = Clear //ACI0104121
3636
If (Not:C34(Is nil pointer:C315($ptr))) // ACI0103839
3737
$ptr->:=WP New:C1317
3838
Else

0 commit comments

Comments
 (0)