r1856: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 15:17:36 +0000 (15:17 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 1 May 2002 15:17:36 +0000 (15:17 +0000)
TODO
src/views.cpp

diff --git a/TODO b/TODO
index fb7935875db685e6ac5a36ffee5e59d064ee01be..8f6bbc6e92715977f4c23d527afd07d2b8a09a72 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1 +1 @@
-Add to documentation from ChangeLog
+Take new features in 3.5 and add to documentation file
index b33086e89b495f93d41d069c28a592a65ab8cdd6..3aca5d4d1ff979ef68a63cb11c6974e2aeaa4292 100644 (file)
@@ -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");