X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=d66101ff0e60bb038d51cd784b4176ee9306462c;hp=5f63c7398c0e9048fc4aff9ae450529dc3fbbc33;hb=d27e3b0708ba2fb395944278486bf125e4f362a5;hpb=9c1565fc3c878d175983e34299aa5c4a7f0bb77c diff --git a/src/ctsim.cpp b/src/ctsim.cpp index 5f63c73..d66101f 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.81 2001/02/20 00:07:56 kevin Exp $ +** $Id: ctsim.cpp,v 1.82 2001/02/20 22:11:27 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 @@ -72,7 +72,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.81 2001/02/20 00:07:56 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.82 2001/02/20 22:11:27 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -838,7 +838,7 @@ MainFrame::OnAbout(wxCommandEvent& WXUNUSED(event) ) wxBitmap bmp (splash); if (bmp.Ok()) { BitmapDialog dlg (&bmp, "About CTSim"); - dlg.Show(true); + dlg.ShowModal(); } else { wxString msg = "CTSim\nThe Open Source Computed Tomography Simulator\n"; #ifdef CTSIMVERSION