From: Kevin M. Rosenberg Date: Wed, 21 Feb 2001 00:34:12 +0000 (+0000) Subject: r565: *** empty log message *** X-Git-Tag: debian-4.5.3-3~452 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=d061f33eb1cbb70b365b1dc5b4c773c410cd6bf1 r565: *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a46f4b8..70247de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +3.0.3 - Released 2/20/01 + + * ctsim: Fixed core dump on Linux with OpenGL + + * ctsim: Fixed context-sensitive help on Linux + + * ctsim: Fixed About box on Linux + 3.0.2 - Released 2/20/01 * scanner.cpp: Fixed bug when number of detectors was even. diff --git a/doc/ctsim.htb b/doc/ctsim.htb index bec2e84..36eec97 100644 Binary files a/doc/ctsim.htb and b/doc/ctsim.htb differ diff --git a/src/Makefile.am b/src/Makefile.am index 81a5edc..35d6a69 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS=ctsim -ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm +ctsim_SOURCES=ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm ctsim_DEPENDENCIES=../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h ctsim_LDADD=-L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@ diff --git a/src/Makefile.in b/src/Makefile.in index 24ed326..0bb18c1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -92,7 +92,7 @@ wxlibs = @wxlibs@ bin_PROGRAMS = ctsim -ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm +ctsim_SOURCES = ctsim.cpp docs.cpp views.cpp dialogs.cpp ctsim.h docs.h views.h dialogs.h dlgprojections.cpp dlgprojections.h dlgreconstruct.cpp dlgreconstruct.h graph3dview.cpp graph3dview.h ctsim-map.h ctsim.xpm splash.xpm ctsim_DEPENDENCIES = ../libctgraphics/libctgraphics.a ../libctsupport/libctsupport.a ../libctsim/libctsim.a ../include/ct.h ctsim_LDADD = -L../libctgraphics -L../libctsupport -L../libctsim @ctlibs@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/src/ctsim.cpp b/src/ctsim.cpp index c6df4ae..6207a0f 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.83 2001/02/21 00:09:31 kevin Exp $ +** $Id: ctsim.cpp,v 1.84 2001/02/21 00:34:12 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.83 2001/02/21 00:09:31 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.84 2001/02/21 00:34:12 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -595,21 +595,6 @@ MainFrame::showHelp (int commandID) #endif break; - case IDH_QUICKSTART: -#ifdef CTSIM_WINHELP - m_winHelp.DisplaySection (commandID); -#else - m_htmlHelp.Display (_T("Quick Start")); -#endif - break; - - case IDH_DLG_PROJECTIONS: -#ifdef CTSIM_WINHELP - m_winHelp.DisplaySection (commandID); -#else - m_htmlHelp.DisplaySection (_T("IDH_DLG_PROJECTIONS")); -#endif - break; default: #ifdef CTSIM_WINHELP