[PC-BSD Commits] r1705 - pcbsd/branches/1.5/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 9 10:07:07 PDT 2008
Author: kris
Date: 2008-04-09 10:07:07 -0700 (Wed, 09 Apr 2008)
New Revision: 1705
Modified:
pcbsd/branches/1.5/PCInstall/main.cpp
Log:
Updated PCInsatll to use lipstik by default
Modified: pcbsd/branches/1.5/PCInstall/main.cpp
===================================================================
--- pcbsd/branches/1.5/PCInstall/main.cpp 2008-04-09 17:06:34 UTC (rev 1704)
+++ pcbsd/branches/1.5/PCInstall/main.cpp 2008-04-09 17:07:07 UTC (rev 1705)
@@ -62,7 +62,7 @@
qApp = &a;
w.ProgramInit();
- w.setStyle(QStyleFactory::create( "Plastik" ));
+ w.setStyle(QStyleFactory::create( "Lipstik" ));
//b.showFullScreen();
w.show();
a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
More information about the Commits
mailing list