[PC-BSD Commits] r751 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 18 09:00:32 PDT 2007
Author: kris
Date: 2007-09-18 09:00:32 -0700 (Tue, 18 Sep 2007)
New Revision: 751
Modified:
pcbsd/trunk/PCInstall/pcinstall.ui.h
Log:
Removed the TRUE line from setFont which is obsolete now
Modified: pcbsd/trunk/PCInstall/pcinstall.ui.h
===================================================================
--- pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-18 14:59:59 UTC (rev 750)
+++ pcbsd/trunk/PCInstall/pcinstall.ui.h 2007-09-18 16:00:32 UTC (rev 751)
@@ -17,7 +17,7 @@
void PCInstall::ProgramInit()
{
QFont f( "Sans Serif", 10);
- setFont( f, TRUE);
+ setFont( f);
// Set the variable to regenerate the custom slices
regenCustomSlices = 1;
@@ -371,10 +371,10 @@
if ( nlang == "zh_CN" || nlang == "zh_TW" )
{
QFont f( "Serif", 10);
- setFont( f, TRUE);
+ setFont( f);
} else {
QFont f( "Sans Serif", 10);
- setFont( f, TRUE);
+ setFont( f);
}
}
More information about the Commits
mailing list