]> Creatis software - bbtkGEditor.git/commitdiff
Added the Open diagram option in the file menu. Feature 1354.
authormouton <>
Thu, 24 May 2012 09:39:44 +0000 (09:39 +0000)
committermouton <>
Thu, 24 May 2012 09:39:44 +0000 (09:39 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx

index 5b0be798037c2b4f924af29e418ff00baedb7366..d7ab7dd65975a89cb03b99d23b3946587a8b2cfb 100644 (file)
@@ -210,7 +210,9 @@ void wxGUIEditorGraphicBBS::initMenu() {
        fileMenu->Append(ID_SAVE_AS_DIAGRAM, _T("Save Diagram As"),
                        _T("Save Diagram As")); //DFCH
        fileMenu->Append(ID_OPEN_BBS, _T("Open BBS"), _T("Open BBS"));
-       fileMenu->Append(ID_SAVE_AS_BBS, _T("Save BBS"), _T("Save BBS"));
+        // CM
+       fileMenu->Append(ID_OPEN, _T("Open a diagram"), _T("Open a diagram"));
+        fileMenu->Append(ID_SAVE_AS_BBS, _T("Save BBS"), _T("Save BBS"));
        fileMenu->Append(ID_SAVE_AS_COMPLEXBOX, _T("Save complex box"),
                        _T("Save complex box"));
        fileMenu->Append(wxID_EXIT, _T("E&xit"), _T("Exit"));