X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=symbian%2FPerlApp.hrh;h=fd37a96a37b2b31629da66a66f3615a8b54ae083;hb=cd22a09c8c81e5e4c639c15ad19704a0d1e0c842;hp=b3969c59bed2821becca1b2bf7c4d3b2a7f6a096;hpb=25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17;p=p5sagit%2Fp5-mst-13.2.git diff --git a/symbian/PerlApp.hrh b/symbian/PerlApp.hrh index b3969c5..fd37a96 100644 --- a/symbian/PerlApp.hrh +++ b/symbian/PerlApp.hrh @@ -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,6 @@ enum TPerlIds EPerlAppCommandOneLiner = 1027, EPerlAppCommandCopyright = 1028, EPerlAppCommandAboutCopyright = 1029, - EPerlAppTextQueryInputField = 1030, EPerlAppLast = 1099 // no comma here };