Browse Source

* Add SMEnuSeparator for Delphi compatibility

Michaël Van Canneyt 1 year ago
parent
commit
68acd78640
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/objpas/rtlconst.inc

+ 1 - 1
rtl/objpas/rtlconst.inc

@@ -20,7 +20,7 @@ interface
 
 
 Const
 Const
   SEmpty : string = 'Empty';  
   SEmpty : string = 'Empty';  
-
+  SMenuSeparator: string = '-';
 
 
 ResourceString
 ResourceString