diff options
author | Christian Lippka <cl@openoffice.org> | 2002-07-09 09:44:50 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-07-09 09:44:50 +0000 |
commit | 7bec9b2bed7c791ba42c266607d66d7cf5acbeac (patch) | |
tree | f85a61a0933b82972a8d9e041c2763dfa6f59127 /svx/source/dialog/tpbitmap.cxx | |
parent | aab54a74cda0fa43b24d870103357315c22f0d49 (diff) |
#101020# load/save buttons for dialogs in hc mode
Diffstat (limited to 'svx/source/dialog/tpbitmap.cxx')
-rw-r--r-- | svx/source/dialog/tpbitmap.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/tpbitmap.cxx b/svx/source/dialog/tpbitmap.cxx index 9d8de2ee3403..6bf8f7627801 100644 --- a/svx/source/dialog/tpbitmap.cxx +++ b/svx/source/dialog/tpbitmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tpbitmap.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hjs $ $Date: 2001-09-12 12:43:00 $ + * last change: $Author: cl $ $Date: 2002-07-09 10:44:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -167,6 +167,8 @@ SvxBitmapTabPage::SvxBitmapTabPage rOutAttrs ( rInAttrs ) { + aBtnLoad.SetModeImage( Image( ResId( RID_SVXIMG_LOAD_H ) ), BMP_COLOR_HIGHCONTRAST ); + aBtnSave.SetModeImage( Image( ResId( RID_SVXIMG_SAVE_H ) ), BMP_COLOR_HIGHCONTRAST ); FreeResource(); // diese Page braucht ExchangeSupport |