r14713 by cbradney - Update splash, and use this in the about dialog

scribus-commit scribus-commit at lists.scribus.net
Sat Feb 13 15:50:47 CET 2010


Revision: 14713
Author: cbradney
Date: 2010-02-13T14:46:32.961404Z
Commit message: Update splash, and use this in the about dialog

Changeset: 
M  /branches/Version135/Scribus/scribus/about.cpp
M  /branches/Version135/Scribus/resources/icons/Splash.png

Diffs:
Index: scribus/about.cpp
===================================================================
--- scribus/about.cpp	(revision 14712)
+++ scribus/about.cpp	(revision 14713)
@@ -107,7 +107,7 @@
 	tabLayout1->setSpacing( 6 );
 	tabLayout1->setMargin( 15 );
 	pixmapLabel1 = new QLabel( tab );
-	pixmapLabel1->setPixmap(loadIcon("scribus_logo.png", true));
+	pixmapLabel1->setPixmap(loadIcon("Splash.png", true));
 	pixmapLabel1->setFixedSize(QSize(pixmapLabel1->pixmap()->width(), pixmapLabel1->pixmap()->height()));
 	pixmapLabel1->setAlignment(Qt::AlignCenter);
 	tabLayout1->addWidget( pixmapLabel1 );
Index: resources/icons/Splash.png
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream




More information about the scribus-commit mailing list