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;
|
||||
}
|
||||
|
||||
// Customization dialog not implemented, so don't show the menu item
|
||||
#if 0
|
||||
pMenu->AppendSeparator();
|
||||
pMenu->Append( id, "Customize...", "Show layout customization dialog", FALSE );
|
||||
#endif
|
||||
mCustMenuItemId = id;
|
||||
|
||||
cbContextMenuHandler* pHandler = new cbContextMenuHandler();
|
||||
|
Loading…
Reference in New Issue
Block a user