src/hbcore/i18n/hbextendedlocale.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 6 c3690ec91ef8
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
   442 #if defined(Q_OS_SYMBIAN)
   442 #if defined(Q_OS_SYMBIAN)
   443     _symbianLocale.LoadSystemSettings();
   443     _symbianLocale.LoadSystemSettings();
   444     TLocalePos position = _symbianLocale.GetLocale()->AmPmSymbolPosition();
   444     TLocalePos position = _symbianLocale.GetLocale()->AmPmSymbolPosition();
   445     if ( position == ELocaleBefore ) {
   445     if ( position == ELocaleBefore ) {
   446     	return HbExtendedLocale::Before;
   446     	return HbExtendedLocale::Before;
   447     } else if ( position == ELocaleAfter ) {			
   447     } else { // if ( position == ELocaleAfter ) {			
   448     	return HbExtendedLocale::After;
   448     	return HbExtendedLocale::After;
   449     }
   449     }
   450 #else
   450 #else
   451     return HbExtendedLocale::After;
   451     return HbExtendedLocale::After;
   452 #endif
   452 #endif