diff options
Diffstat (limited to 'sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch')
-rw-r--r-- | sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch b/sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch new file mode 100644 index 000000000000..3e716e869114 --- /dev/null +++ b/sci-calculators/speedcrunch/files/speedcrunch-0.10.1-iconname.patch @@ -0,0 +1,11 @@ +--- src/gui/aboutbox.cpp.orig 2008-11-17 20:12:32.000000000 +0000 ++++ src/gui/aboutbox.cpp 2008-11-17 20:12:50.000000000 +0000 +@@ -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 ); |