[PC-BSD Commits] r630 - pcbsd/trunk/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 27 22:42:14 PDT 2007
Author: kris
Date: 2007-08-27 22:42:14 -0700 (Mon, 27 Aug 2007)
New Revision: 630
Modified:
pcbsd/trunk/kcmPBSystem/kcm.cpp
Log:
Fixed loading of translations for system tool
Modified: pcbsd/trunk/kcmPBSystem/kcm.cpp
===================================================================
--- pcbsd/trunk/kcmPBSystem/kcm.cpp 2007-08-28 05:41:57 UTC (rev 629)
+++ pcbsd/trunk/kcmPBSystem/kcm.cpp 2007-08-28 05:42:14 UTC (rev 630)
@@ -14,6 +14,8 @@
{
layout = new QGridLayout(this);
layout->setAutoAdd(true);
+ QString LANG="kcm_pcbsdsystool";
+ KGlobal::locale()->insertCatalogue(LANG);
buttons();
setButtons(KCModule::Apply);
More information about the Commits
mailing list