X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=symbian%2FPerlApp.hrh;h=fd37a96a37b2b31629da66a66f3615a8b54ae083;hb=9e5bbba0de25c01ae9355c7a97e237602a37e9f3;hp=3b0f23d79ab60cc7b277272e929609d91bfed39e;hpb=27da23d53ccce622bc51822f59df8def79b4df95;p=p5sagit%2Fp5-mst-13.2.git diff --git a/symbian/PerlApp.hrh b/symbian/PerlApp.hrh index 3b0f23d..fd37a96 100644 --- a/symbian/PerlApp.hrh +++ b/symbian/PerlApp.hrh @@ -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__