summaryrefslogtreecommitdiff
path: root/core/applets/aboutapplet/about.cpp
authormickeyl <mickeyl>2004-03-08 19:45:09 (UTC)
committer mickeyl <mickeyl>2004-03-08 19:45:09 (UTC)
commit2f001327f5087dfe9d0625490e9835c3fafb05e4 (patch) (unidiff)
treeef323e0629da2fd208f346f902f008dfa0f46fcb /core/applets/aboutapplet/about.cpp
parent744ae6786d248e6c71b951bdbe5a13091ba8c460 (diff)
downloadopie-2f001327f5087dfe9d0625490e9835c3fafb05e4.zip
opie-2f001327f5087dfe9d0625490e9835c3fafb05e4.tar.gz
opie-2f001327f5087dfe9d0625490e9835c3fafb05e4.tar.bz2
catch up with logo change
fix some typos
Diffstat (limited to 'core/applets/aboutapplet/about.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/aboutapplet/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/aboutapplet/about.cpp b/core/applets/aboutapplet/about.cpp
index e909d0f..bbdc1b1 100644
--- a/core/applets/aboutapplet/about.cpp
+++ b/core/applets/aboutapplet/about.cpp
@@ -42,7 +42,7 @@ QString AboutApplet::tr( const char* s, const char* p ) const
42QIconSet AboutApplet::icon ( ) const 42QIconSet AboutApplet::icon ( ) const
43{ 43{
44 QPixmap pix; 44 QPixmap pix;
45 QImage img = Resource::loadImage ( "about" ); 45 QImage img = Resource::loadImage ( "logo/opielogo" );
46 46
47 if ( !img. isNull ( ) ) 47 if ( !img. isNull ( ) )
48 pix. convertFromImage ( img. smoothScale ( 14, 14 ) ); 48 pix. convertFromImage ( img. smoothScale ( 14, 14 ) );