src/hbcore/i18n/hbextendedlocale.cpp
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 7 923ff622b8b9
--- a/src/hbcore/i18n/hbextendedlocale.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/i18n/hbextendedlocale.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -444,7 +444,7 @@
     TLocalePos position = _symbianLocale.GetLocale()->AmPmSymbolPosition();
     if ( position == ELocaleBefore ) {
     	return HbExtendedLocale::Before;
-    } else { // if ( position == ELocaleAfter ) {			
+    } else { 			
     	return HbExtendedLocale::After;
     }
 #else
@@ -1200,6 +1200,9 @@
 };
 
 #if defined(Q_OS_SYMBIAN)
+/*!
+    Mapping from Symbian to ISO locale
+*/
 static const symbianToISO symbian_to_iso_list[] = {
     { ELangEnglish,             "en_GB" },
     { ELangFrench,              "fr_FR" },