summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/about.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:29:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:29:38 +0000
commit4e1edac3df8d6dfc72e3930fa882ea3b046bd703 (patch)
tree5c1484f395203db6b59dd7f590e6016cbdcc6f06 /sfx2/source/dialog/about.cxx
parent125572e1573d4ae8db86b706155925d888834bc0 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sfx2/source/dialog/about.cxx')
-rw-r--r--sfx2/source/dialog/about.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx
index 77d5eeb02d..a640ac287d 100644
--- a/sfx2/source/dialog/about.cxx
+++ b/sfx2/source/dialog/about.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: about.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: pb $ $Date: 2002-08-29 06:02:05 $
+ * last change: $Author: hr $ $Date: 2003-03-27 11:27:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,6 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId, const String& rVerS
SfxModalDialog ( pParent, rId ),
aOKButton ( this, ResId( ABOUT_BTN_OK ) ),
- aAppLogo ( ResId( ABOUT_BMP_LOGO ) ),
aVersionText ( this, ResId( ABOUT_FTXT_VERSION ) ),
aCopyrightText ( this, ResId( ABOUT_FTXT_COPYRIGHT ) ),
aDeveloperAry ( ResId( ABOUT_STR_DEVELOPER_ARY ) ),
@@ -167,6 +166,10 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId, const String& rVerS
aStrm >> aBmp;
aAppLogo = Image( aBmp );
}
+ else
+ {
+ aAppLogo = Image( Bitmap( ResId( RID_DEFAULT_ABOUT_BMP_LOGO, rId.GetResMgr() ) ) );
+ }
// Transparenter Font
Font aFont = GetFont();