[PC-BSD Commits] r1706 - in pcbsd/trunk: PCInstall installcd-overlay/usr/local/lib/kde3/plugins/styles
svn at pcbsd.org
svn at pcbsd.org
Wed Apr 9 10:08:14 PDT 2008
Author: kris
Date: 2008-04-09 10:08:14 -0700 (Wed, 09 Apr 2008)
New Revision: 1706
Added:
pcbsd/trunk/installcd-overlay/usr/local/lib/kde3/plugins/styles/lipstik.la
Modified:
pcbsd/trunk/PCInstall/main.cpp
Log:
Make Lipstik the default for PCInstall in trunk also
Modified: pcbsd/trunk/PCInstall/main.cpp
===================================================================
--- pcbsd/trunk/PCInstall/main.cpp 2008-04-09 17:07:07 UTC (rev 1705)
+++ pcbsd/trunk/PCInstall/main.cpp 2008-04-09 17:08:14 UTC (rev 1706)
@@ -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() ) );
Added: pcbsd/trunk/installcd-overlay/usr/local/lib/kde3/plugins/styles/lipstik.la
Property changes on: pcbsd/trunk/installcd-overlay/usr/local/lib/kde3/plugins/styles/lipstik.la
___________________________________________________________________
Name: svn:executable
+ *
More information about the Commits
mailing list