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();