From d27e3b0708ba2fb395944278486bf125e4f362a5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 20 Feb 2001 22:11:27 +0000 Subject: [PATCH] r563: *** empty log message *** --- configure | 2 +- configure.in | 2 +- rpm/ctsim.spec | 2 +- src/ctsim.cpp | 6 +++--- src/graph3dview.cpp | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure b/configure index 70a81ab..c2196ca 100755 --- 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; } diff --git a/configure.in b/configure.in index ce0dfb7..40e1ce5 100644 --- a/configure.in +++ b/configure.in @@ -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. diff --git a/rpm/ctsim.spec b/rpm/ctsim.spec index c65757c..fccd54b 100644 --- a/rpm/ctsim.spec +++ b/rpm/ctsim.spec @@ -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 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 diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index a391599..7abec42 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -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; -- 2.34.1