This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Further consolidate static logical name routines in vms/vms.c
[perl5.git] / symbian / PerlApp.hrh
index 3a510d4..fd37a96 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef __PerlApp_HRH__
 #define __PerlApp_HRH__
 
-enum TPerlIds
+enum TPerlAppIds
 {
     EPerlAppCommandAbout              = 1024,  // start value must not be 0
     EPerlAppCommandTime               = 1025,
@@ -13,7 +13,7 @@ enum TPerlIds
     EPerlAppCommandOneLiner           = 1027,
     EPerlAppCommandCopyright          = 1028,
     EPerlAppCommandAboutCopyright     = 1029,
-    EPerlAppTextQueryInputField       = 1030   // no comma here
+    EPerlAppLast                      = 1099   // no comma here
 };
 
 #endif // __PerlApp_HRH__