[PC-BSD Commits] r2613 - pcbsd/trunk/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 19 13:03:27 PDT 2008
Author: kris
Date: 2008-08-19 13:03:27 -0700 (Tue, 19 Aug 2008)
New Revision: 2613
Modified:
pcbsd/trunk/kcmPBSystem/PBSystem.pro
pcbsd/trunk/kcmPBSystem/kcm.cpp
Log:
Fixed the system tool to load translations properly
Modified: pcbsd/trunk/kcmPBSystem/PBSystem.pro
===================================================================
--- pcbsd/trunk/kcmPBSystem/PBSystem.pro 2008-08-19 19:53:52 UTC (rev 2612)
+++ pcbsd/trunk/kcmPBSystem/PBSystem.pro 2008-08-19 20:03:27 UTC (rev 2613)
@@ -25,4 +25,6 @@
TRANSLATIONS = PBSystem_en.ts
+QMAKE_LIBDIR = /usr/local/kde4/lib /usr/local/lib/qt4 /usr/local/lib
+
QT += qt3support
Modified: pcbsd/trunk/kcmPBSystem/kcm.cpp
===================================================================
--- pcbsd/trunk/kcmPBSystem/kcm.cpp 2008-08-19 19:53:52 UTC (rev 2612)
+++ pcbsd/trunk/kcmPBSystem/kcm.cpp 2008-08-19 20:03:27 UTC (rev 2613)
@@ -23,7 +23,7 @@
layout = new QGridLayout(this);
layout->setAutoAdd(true);
QString LANG="PBSystem";
- //KGlobal::locale()->insertCatalogue(LANG);
+ KGlobal::locale()->insertCatalog(LANG);
buttons();
setButtons(KCModule::Apply);
More information about the Commits
mailing list