]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/fl/cbcustom.cpp
added a check which should prevent the crash of bug 555111
[wxWidgets.git] / contrib / src / fl / cbcustom.cpp
index 61a14859c4e83d35bd94e3de19f7f28d502c8c54..ecbbf258cfd489f43278b6f55f10ff07ac153205 100644 (file)
@@ -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();