From d0d72822ba0a68d160ea4c98ca80f24b8f73969b Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 7 Nov 2005 15:32:15 +0200 Subject: Symbian update blead@26025 Message-ID: p4raw-id: //depot/perl@26030 --- symbian/PerlApp.hrh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'symbian/PerlApp.hrh') 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 }; -- cgit v1.2.1