r563: *** empty log message ***
[ctsim.git] / src / ctsim.cpp
index 5f63c7398c0e9048fc4aff9ae450529dc3fbbc33..d66101ff0e60bb038d51cd784b4176ee9306462c 100644 (file)
@@ -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