From: Kevin M. Rosenberg Date: Wed, 1 May 2002 15:17:36 +0000 (+0000) Subject: r1856: *** empty log message *** X-Git-Tag: debian-4.5.3-3~319 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=b68175983375191c7f302a140c8cab8151a3d628 r1856: *** empty log message *** --- diff --git a/TODO b/TODO index fb79358..8f6bbc6 100644 --- a/TODO +++ b/TODO @@ -1 +1 @@ -Add to documentation from ChangeLog +Take new features in 3.5 and add to documentation file diff --git a/src/views.cpp b/src/views.cpp index b33086e..3aca5d4 100644 --- a/src/views.cpp +++ b/src/views.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.cpp,v 1.149 2002/04/30 18:13:40 kevin Exp $ +** $Id: views.cpp,v 1.150 2002/05/01 15:17:36 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 @@ -3048,7 +3048,8 @@ ProjectionFileView::CreateChildFrame(wxDocument *doc, wxView *view) wxMenu *reconstruct_menu = new wxMenu; reconstruct_menu->Append (PJMENU_RECONSTRUCT_FBP, "&Filtered Backprojection...\tCtrl-R", "Reconstruct image using filtered backprojection"); reconstruct_menu->Append (PJMENU_RECONSTRUCT_FBP_REBIN, "Filtered &Backprojection (Rebin to Parallel)...\tCtrl-B", "Reconstruct image using filtered backprojection"); - reconstruct_menu->Append (PJMENU_RECONSTRUCT_FOURIER, "&Fourier...\tCtrl-E", "Reconstruct image using inverse Fourier"); + // still buggy + // reconstruct_menu->Append (PJMENU_RECONSTRUCT_FOURIER, "&Fourier...\tCtrl-E", "Reconstruct image using inverse Fourier"); wxMenu *help_menu = new wxMenu; help_menu->Append(MAINMENU_HELP_CONTENTS, "&Contents\tF1");