Customization dialog not implemented, so don't show the menu item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dfafa7029d
commit
b669b781c2
@ -121,8 +121,11 @@ void cbSimpleCustomizationPlugin::OnCustomizeLayout( cbCustomizeLayoutEvent& eve
|
|||||||
++id;
|
++id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Customization dialog not implemented, so don't show the menu item
|
||||||
|
#if 0
|
||||||
pMenu->AppendSeparator();
|
pMenu->AppendSeparator();
|
||||||
pMenu->Append( id, "Customize...", "Show layout customization dialog", FALSE );
|
pMenu->Append( id, "Customize...", "Show layout customization dialog", FALSE );
|
||||||
|
#endif
|
||||||
mCustMenuItemId = id;
|
mCustMenuItemId = id;
|
||||||
|
|
||||||
cbContextMenuHandler* pHandler = new cbContextMenuHandler();
|
cbContextMenuHandler* pHandler = new cbContextMenuHandler();
|
||||||
|
Loading…
Reference in New Issue
Block a user