This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
still some Symbian/S90 tweaks
[perl5.git] / symbian / PerlApp.hrh
index 3b0f23d..fd37a96 100644 (file)
@@ -5,13 +5,15 @@
 #ifndef __PerlApp_HRH__
 #define __PerlApp_HRH__
 
-enum TPerlIds
+enum TPerlAppIds
 {
     EPerlAppCommandAbout              = 1024,  // start value must not be 0
     EPerlAppCommandTime               = 1025,
     EPerlAppCommandRunFile            = 1026,
     EPerlAppCommandOneLiner           = 1027,
-    EPerlAppCommandCopyright          = 1028   // no comma here
+    EPerlAppCommandCopyright          = 1028,
+    EPerlAppCommandAboutCopyright     = 1029,
+    EPerlAppLast                      = 1099   // no comma here
 };
 
 #endif // __PerlApp_HRH__