X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=5c25369d1a012edcd470ceeb57414c23aaf13224;hp=dd41076c0519642b6a5702d03fdabfc48cd1c252;hb=516e7e87a069b938f325181d70c720c4c3fb8596;hpb=a84a77bb38a63834e944062d759fa7a1aa036967 diff --git a/src/ctsim.cpp b/src/ctsim.cpp index dd41076..5c25369 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.43 2001/01/26 09:54:31 kevin Exp $ +** $Id: ctsim.cpp,v 1.44 2001/01/26 21:22:37 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -70,7 +70,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.43 2001/01/26 09:54:31 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.44 2001/01/26 21:22:37 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -219,7 +219,7 @@ CTSimApp::OnExit() if (theApp->getConfig()) theApp->getDocManager()->FileHistorySave (*theApp->getConfig()); delete theApp->getDocManager(); - m_docManager = NULL; +// m_docManager = NULL; #ifdef HAVE_DMALLOC dmalloc_shutdown(); @@ -334,7 +334,8 @@ MainFrame::MainFrame(wxDocManager *manager, wxFrame *frame, wxWindowID id, const SetMenuBar(menu_bar); #ifndef CTSIM_MDI - for (int i = 0; i < MAX_WINDOW_MENUITEMS; i++) { + int i; + for (i = 0; i < MAX_WINDOW_MENUITEMS; i++) { m_apWindowMenuItems[i] = new wxMenuItem (m_pWindowMenu, MAINMENU_WINDOW_BASE+i, wxString("[EMPTY]")); m_pWindowMenu->Append (m_apWindowMenuItems[i]); m_pWindowMenu->Enable (MAINMENU_WINDOW_BASE+i, false);