[PC-BSD Commits] r637 - pcbsd/trunk/kcmPFManager
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 28 09:13:17 PDT 2007
Author: kris
Date: 2007-08-28 09:13:17 -0700 (Tue, 28 Aug 2007)
New Revision: 637
Modified:
pcbsd/trunk/kcmPFManager/kcm.cpp
Log:
Added translation support for FW manager
Modified: pcbsd/trunk/kcmPFManager/kcm.cpp
===================================================================
--- pcbsd/trunk/kcmPFManager/kcm.cpp 2007-08-28 16:12:37 UTC (rev 636)
+++ pcbsd/trunk/kcmPFManager/kcm.cpp 2007-08-28 16:13:17 UTC (rev 637)
@@ -16,7 +16,10 @@
_layout->setAutoAdd(true);
setButtons(0);
+ QString LANG="PFmanager";
+ KGlobal::locale()->insertCatalogue(LANG);
+
if ( isRoot() )
{ // Show our dialog
_dlg = new PFManagerDlg(widget);
More information about the Commits
mailing list