summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2004-07-15 06:13:23 +0000
committergt <gt@openoffice.org>2004-07-15 06:13:23 +0000
commitb95222d74caa71fa217ac713048d2694816d38f5 (patch)
treed407a2d9f258f6db581ebe5a5d957e2ef120b185 /xmlsecurity/source
parenta2f117f28b6714a704bcd34f3cd7d93b5caf52ac (diff)
#i20883# correct background for image
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/dialogs/certificateviewer.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx
index f32e7ffea1c7..029ab38e54b6 100644
--- a/xmlsecurity/source/dialogs/certificateviewer.cxx
+++ b/xmlsecurity/source/dialogs/certificateviewer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: certificateviewer.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: gt $ $Date: 2004-07-15 07:11:20 $
+ * last change: $Author: gt $ $Date: 2004-07-15 07:13:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,6 +191,7 @@ CertificateViewerGeneralTP::CertificateViewerGeneralTP( Window* _pParent, Certif
Wallpaper aBack( GetSettings().GetStyleSettings().GetWindowColor() );
maFrameWin.SetBackground( aBack );
+ maCertImg.SetBackground( aBack );
maCertInfoFI.SetBackground( aBack );
maSep1FL.SetBackground( aBack );
maHintNotTrustedFI.SetBackground( aBack );