[PC-BSD Commits] r2041 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Sat Jun 7 10:17:37 PDT 2008
Author: melkor
Date: 2008-06-07 10:17:37 -0700 (Sat, 07 Jun 2008)
New Revision: 2041
Modified:
pcbsd/trunk/PCInstall/pcinstall.ui.h
Log:
Syntax error
Modified: pcbsd/trunk/PCInstall/pcinstall.ui.h
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui.h 2008-06-07 16:49:48 UTC (rev 2040)
+++ pcbsd/trunk/PCInstall/pcinstall.ui.h 2008-06-07 17:17:37 UTC (rev 2041)
@@ -2977,7 +2977,7 @@
tmp.remove(0, tmp.find("(") + 1 );
tmp.truncate(tmp.find(")") );
- QFile file( "//usr/local/pcbsd/resources/license-"&tmp&".txt" );
+ QFile file( "//usr/local/pcbsd/resources/license-"+tmp+".txt" );
if ( file.open( IO_ReadOnly ) ) {
QTextStream stream( &file );
QString line;
More information about the Commits
mailing list