diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-11-07 15:32:15 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-07 11:39:57 +0000 |
commit | d0d72822ba0a68d160ea4c98ca80f24b8f73969b (patch) | |
tree | 735ce6a98b4d91d05a26f9573f8e62ca8f91738f /symbian/PerlApp.hrh | |
parent | 7d0beb42a2610634ab455d4519a64df3ca90bc2f (diff) | |
download | perl-d0d72822ba0a68d160ea4c98ca80f24b8f73969b.tar.gz |
Symbian update blead@26025
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@26030
Diffstat (limited to 'symbian/PerlApp.hrh')
-rw-r--r-- | symbian/PerlApp.hrh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/symbian/PerlApp.hrh b/symbian/PerlApp.hrh index b3969c59be..fd37a96a37 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 }; |