--- a/phoneapp/phoneuiutils/src/phoneloggerviewcommands.cpp Mon Mar 15 12:40:24 2010 +0200
+++ b/phoneapp/phoneuiutils/src/phoneloggerviewcommands.cpp Wed Mar 31 21:30:06 2010 +0300
@@ -227,7 +227,8 @@
_STLIT8(K198, "EPhoneViewGetEasyDialingCbaId");
_STLIT8(K199, "EPhoneViewGetNeedToReturnToForegroundAppStatus");
_STLIT8(K200, "EPhoneViewSetNeedToReturnToForegroundAppStatus");
-_STLIT8(K201, ", // Don't remove this, this should always be the last in list.");
+_STLIT8(K201, "EPhoneViewGetQwertyModeObserver");
+_STLIT8(K202, ", // Don't remove this, this should always be the last in list.");
// Intermediate
const void * const KStringPointers[] =
@@ -432,8 +433,9 @@
(const void*)&K198,
(const void*)&K199,
(const void*)&K200,
- (const void*)&K201
+ (const void*)&K201,
+ (const void*)&K202
};
-const TStringTable PhoneLoggerviewCommands::Table = {201, KStringPointers, EFalse};
+const TStringTable PhoneLoggerviewCommands::Table = {202, KStringPointers, EFalse};