diff options
Diffstat (limited to 'symbian/PerlApp.hrh')
-rw-r--r-- | symbian/PerlApp.hrh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/symbian/PerlApp.hrh b/symbian/PerlApp.hrh new file mode 100644 index 0000000000..3b0f23d79a --- /dev/null +++ b/symbian/PerlApp.hrh @@ -0,0 +1,17 @@ +/* Copyright (c) 2004-2005 Nokia. All rights reserved. */ + +/* The PerlApp application is licensed under the same terms as Perl itself. */ + +#ifndef __PerlApp_HRH__ +#define __PerlApp_HRH__ + +enum TPerlIds +{ + EPerlAppCommandAbout = 1024, // start value must not be 0 + EPerlAppCommandTime = 1025, + EPerlAppCommandRunFile = 1026, + EPerlAppCommandOneLiner = 1027, + EPerlAppCommandCopyright = 1028 // no comma here +}; + +#endif // __PerlApp_HRH__ |