[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/kicker/applets/clock
From:       Shaheed Haque <srhaque () iee ! org>
Date:       2005-07-05 6:57:58
Message-ID: 1120546678.411763.8096.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 431756 by shaheed:

Fix one more latin1() -. utf8().


 M  +1 -1      zone.cpp  


--- trunk/KDE/kdebase/kicker/applets/clock/zone.cpp #431755:431756
@@ -93,7 +93,7 @@
     if (!comment.isEmpty())
       comment = i18n(comment.utf8());
 
-    const QStringList KontCity = QStringList::split("/", i18n(tzName.latin1()).replace("_", " "));
+    const QStringList KontCity = QStringList::split("/", i18n(tzName.utf8()).replace("_", " "));
     QListViewItem* Kontinent = KontinentMap[KontCity[0]];
     if (!Kontinent) {
 	KontinentMap[KontCity[0]] = new QListViewItem(listView, KontCity[0]);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic