From b669b781c23c9196cf7280126efc48c5b0054733 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 9 May 2002 10:01:41 +0000 Subject: [PATCH] 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 --- contrib/src/fl/cbcustom.cpp | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.45.2