summaryrefslogtreecommitdiffstats
path: root/academic/speedcrunch/speedcrunch-0.10.1-fix-icon-name.patch
blob: ccbf8bd34ddccf9625a7ce0a44c85d8b9f2c6783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN speedcrunch-0.10.orig/src/gui/aboutbox.cpp speedcrunch-0.10/src/gui/aboutbox.cpp
--- speedcrunch-0.10.orig/src/gui/aboutbox.cpp	2008-03-31 00:31:18.000000000 -0700
+++ speedcrunch-0.10/src/gui/aboutbox.cpp	2008-05-31 13:21:39.000000000 -0700
@@ -209,7 +209,7 @@
   infoLabel->setOpenExternalLinks( true );
 
   QLabel * iconLabel = new QLabel( this );
-  iconLabel->setPixmap( QPixmap( ":/crunch.png" ) );
+  iconLabel->setPixmap( QPixmap( ":/speedcrunch.png" ) );
   iconLabel->setAlignment( Qt::AlignVCenter | Qt::AlignRight );
 
   MarqueeText * marqueeText = new MarqueeText( this );