diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-21 20:15:23 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-21 14:12:10 +0000 |
commit | ed76c0e43f6496020fbf49e22ea9651b31346e91 (patch) | |
tree | dfb2d6e7605023979056f995918fc79f131e4ccf /symbian/PerlApp.hrh | |
parent | 4ef2275c8517a5b084d75f6179d5b49f77f76d2c (diff) | |
download | perl-ed76c0e43f6496020fbf49e22ea9651b31346e91.tar.gz |
Symbian/beginnings of Series 80 support
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25814
Diffstat (limited to 'symbian/PerlApp.hrh')
-rw-r--r-- | symbian/PerlApp.hrh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/symbian/PerlApp.hrh b/symbian/PerlApp.hrh index 3b0f23d79a..3a510d4f81 100644 --- a/symbian/PerlApp.hrh +++ b/symbian/PerlApp.hrh @@ -11,7 +11,9 @@ enum TPerlIds EPerlAppCommandTime = 1025, EPerlAppCommandRunFile = 1026, EPerlAppCommandOneLiner = 1027, - EPerlAppCommandCopyright = 1028 // no comma here + EPerlAppCommandCopyright = 1028, + EPerlAppCommandAboutCopyright = 1029, + EPerlAppTextQueryInputField = 1030 // no comma here }; #endif // __PerlApp_HRH__ |