You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Project/Sources/Methods/MENU_Execute.4dm
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ If (OB Is defined:C1231(Form:C1466; "areaPointer")) && (OB Is defined:C1231(Form
31
31
32
32
: ($action="new…") | ($action="clear…")
33
33
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
36
36
If (Not:C34(Is nil pointer:C315($ptr)))// ACI0103839
0 commit comments