[PC-BSD Commits] r749 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 18 07:58:54 PDT 2007
Author: kris
Date: 2007-09-18 07:58:53 -0700 (Tue, 18 Sep 2007)
New Revision: 749
Modified:
pcbsd/trunk/PCInstall/pcinstall.ui.h
Log:
Fixed error in PCInstall compile
Modified: pcbsd/trunk/PCInstall/pcinstall.ui.h
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-18 05:20:21 UTC (rev 748)
+++ pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-18 14:58:53 UTC (rev 749)
@@ -368,7 +368,7 @@
}
// Check if we are running in chinese, and set the font to Serif
- if ( nlang == "zh_CN" || znlang == "zh_TW" )
+ if ( nlang == "zh_CN" || nlang == "zh_TW" )
{
QFont f( "Serif", 10);
setFont( f, TRUE);
More information about the Commits
mailing list