From: Julian Smart Date: Thu, 9 May 2002 10:01:41 +0000 (+0000) Subject: Customization dialog not implemented, so don't show the menu item X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b669b781c23c9196cf7280126efc48c5b0054733 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 --- diff --git a/contrib/src/fl/cbcustom.cpp b/contrib/src/fl/cbcustom.cpp index 61a14859c4..ecbbf258cf 100644 --- a/contrib/src/fl/cbcustom.cpp +++ b/contrib/src/fl/cbcustom.cpp @@ -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();