r563: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 20 Feb 2001 22:11:27 +0000 (22:11 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 20 Feb 2001 22:11:27 +0000 (22:11 +0000)
configure
configure.in
rpm/ctsim.spec
src/ctsim.cpp
src/graph3dview.cpp

index 70a81ab01964a1caf8c394440c7c930533d3915b..c2196cad3b89632c322b1fd8b64fbbc5079c8f1b 100755 (executable)
--- a/configure
+++ b/configure
@@ -715,7 +715,7 @@ fi
 
 PACKAGE=ctsim
 
-VERSION=3.0.2
+VERSION=3.0.3
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index ce0dfb78548263415863026435dee75ca707c26e..40e1ce5ec1b739a381bc81cd93e6d9346610d0c5 100644 (file)
@@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout
 dnl CDPATH=
 
 AC_INIT(src/ctsim.cpp)
-AM_INIT_AUTOMAKE(ctsim,3.0.2)
+AM_INIT_AUTOMAKE(ctsim,3.0.3)
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.
index c65757c79bbfd1398808f0e298d573a1addf532e..fccd54be2398d06aa43bce067e9fe3c8e7b5da06 100644 (file)
@@ -1,5 +1,5 @@
 # Version of CTSim
-%define version 3.0.1
+%define version 3.0.2
 
 Summary: CTSim - Open-Source Computed Tomography Simulator
 Name: ctsim
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
index a391599a8012089e0cb04627db8cffb70d3942c2..7abec424082152bfdb0607f78b13c828a199e9ae 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: graph3dview.cpp,v 1.13 2001/02/16 02:36:18 kevin Exp $
+**  $Id: graph3dview.cpp,v 1.14 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
@@ -172,7 +172,7 @@ EVT_MENU(GRAPH3D_VIEW_SCALE_FULL, Graph3dFileView::OnScaleFull)
 END_EVENT_TABLE()
 
 Graph3dFileView::Graph3dFileView ()
-: m_pFileMenu(NULL), m_pViewMenu(NULL)
+  : m_pFileMenu(NULL), m_pViewMenu(NULL), m_pCanvas(NULL), m_pFrame(NULL)
 {
   m_bDoubleBuffer = true;
   m_bSmooth = true;