[PC-BSD Commits] r2272 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 3 05:29:52 PDT 2008
Author: kris
Date: 2008-07-03 05:29:52 -0700 (Thu, 03 Jul 2008)
New Revision: 2272
Modified:
pcbsd/trunk/PCInstall/pcinstall.cpp
Log:
Fixed a bug compiling pcinstall.cpp
Modified: pcbsd/trunk/PCInstall/pcinstall.cpp
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.cpp 2008-07-03 12:21:30 UTC (rev 2271)
+++ pcbsd/trunk/PCInstall/pcinstall.cpp 2008-07-03 12:29:52 UTC (rev 2272)
@@ -2744,7 +2744,7 @@
QDir d( "/usr/local/pcbsd/Components");
QString CompFile;
- CurLang = listBoxLang->currentText();
+ QString CurLang = listBoxLang->currentText();
CurLang.remove(0, CurLang.find("(") + 1 );
CurLang.truncate(CurLang.find(")") );
More information about the Commits
mailing list