r19061 - gnucash/trunk/src/gnc - Cutecash: Adapt to removed icon file.

Christian Stimming cstim at code.gnucash.org
Fri Apr 23 17:00:59 EDT 2010


Author: cstim
Date: 2010-04-23 17:00:58 -0400 (Fri, 23 Apr 2010)
New Revision: 19061
Trac: http://svn.gnucash.org/trac/changeset/19061

Modified:
   gnucash/trunk/src/gnc/gnucash.qrc
   gnucash/trunk/src/gnc/mainwindow.cpp
Log:
Cutecash: Adapt to removed icon file.

Modified: gnucash/trunk/src/gnc/gnucash.qrc
===================================================================
--- gnucash/trunk/src/gnc/gnucash.qrc	2010-04-23 20:10:58 UTC (rev 19060)
+++ gnucash/trunk/src/gnc/gnucash.qrc	2010-04-23 21:00:58 UTC (rev 19061)
@@ -14,9 +14,8 @@
 	<file>../pixmaps/gnc-split-trans.png</file>
 	<file>../pixmaps/gnc-sx-new.png</file>
 	<file>../pixmaps/gnc-transfer.png</file>
-	<file>../pixmaps/gnucash-icon-16x16.png</file>
-	<file>../pixmaps/gnucash-icon-32x32.png</file>
 	<file>../pixmaps/gnucash-icon-48x48.png</file>
+	<file>../pixmaps/gnucash-icon-64x64.png</file>
 	<file>../pixmaps/gnucash_splash.png</file>
 </qresource>
 </RCC>

Modified: gnucash/trunk/src/gnc/mainwindow.cpp
===================================================================
--- gnucash/trunk/src/gnc/mainwindow.cpp	2010-04-23 20:10:58 UTC (rev 19060)
+++ gnucash/trunk/src/gnc/mainwindow.cpp	2010-04-23 21:00:58 UTC (rev 19061)
@@ -91,7 +91,7 @@
     connect(m_undoStack, SIGNAL(cleanChanged(bool)),
             this, SLOT(documentCleanStateChanged(bool)));
 
-    setWindowIcon(QIcon(":/pixmaps/gnucash-icon-32x32.png"));
+    setWindowIcon(QIcon(":/pixmaps/gnucash-icon-64x64.png"));
 
     newFile();
     setUnifiedTitleAndToolBarOnMac(true);



More information about the gnucash-changes mailing list