diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-31 20:38:42 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 16:25:23 +0000 |
commit | 25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17 (patch) | |
tree | 81bd98f725c8e6e8c9d7760fe938f669619fbc56 /symbian/PerlApp.hrh | |
parent | f6ba99206280472c9e353abb350d114de9d2591b (diff) | |
download | perl-25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17.tar.gz |
Symbian port 0.3.0 as of blead@25911
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25933
Diffstat (limited to 'symbian/PerlApp.hrh')
-rw-r--r-- | symbian/PerlApp.hrh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/symbian/PerlApp.hrh b/symbian/PerlApp.hrh index 3a510d4f81..b3969c59be 100644 --- a/symbian/PerlApp.hrh +++ b/symbian/PerlApp.hrh @@ -13,7 +13,8 @@ enum TPerlIds EPerlAppCommandOneLiner = 1027, EPerlAppCommandCopyright = 1028, EPerlAppCommandAboutCopyright = 1029, - EPerlAppTextQueryInputField = 1030 // no comma here + EPerlAppTextQueryInputField = 1030, + EPerlAppLast = 1099 // no comma here }; #endif // __PerlApp_HRH__ |