diff options
author | Christian Lippka <cl@openoffice.org> | 2001-02-13 15:15:59 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-02-13 15:15:59 +0000 |
commit | 599851b4d5f96b9f813dd28bcc7ac24ee1a3e6d3 (patch) | |
tree | 29018566d84d560fd3df5b66ef96cfbcdda20f80 /svx | |
parent | ac45e4807373afbffaecd376175e395634774d16 (diff) |
#71725# added hid for color ctrl
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 824352752734..1f2389afd5ea 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbcontrl.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pb $ $Date: 2001-02-13 14:11:35 $ + * last change: $Author: cl $ $Date: 2001-02-13 16:15:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -960,6 +960,8 @@ SvxColorWindow::SvxColorWindow( USHORT nId, USHORT nSlotId, lcl_CalcSizeValueSet( *this, aColorSet, aSize12 ); SetHelpId( HID_POPUP_COLOR ); + aColorSet.SetHelpId( HID_POPUP_COLOR_CTRL ); + SetText( rWndTitle ); aColorSet.Show(); StartListening( rBindings ); |