INTEGRATION: CWS toolbars4 (1.7.12); FILE MERGED
2005/02/16 14:42:47 cd 1.7.12.1: #i39612# Changed toolbox item style to TIB_DROPDOWNONLY
This commit is contained in:
parent
ce329d66d4
commit
617277677d
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: PaneDockingWindow.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-01-31 14:50:51 $
|
||||
* last change: $Author: obo $ $Date: 2005-03-15 09:19:16 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -317,7 +317,7 @@ USHORT PaneDockingWindow::AddMenu (
|
|||
mpTitleToolBox->InsertItem (
|
||||
nItemId,
|
||||
rsMenuName,
|
||||
TIB_DROPDOWN,
|
||||
TIB_DROPDOWNONLY,
|
||||
nItemCount-1);
|
||||
mpTitleToolBox->SetHelpId( nItemId, nHelpId );
|
||||
mpTitleToolBox->SetClickHdl (rCallback);
|
||||
|
|
Loading…
Reference in a new issue