Update copyright date; remove old CVS keyword
[ctsim.git] / src / dlgprojections.cpp
index 9921cbe1804bd380cd831aab0f23341e292e8992..b7f494b017479d1b15af1edfca2d03d5e5f80af7 100644 (file)
@@ -7,9 +7,7 @@
  **   Date Started:  August 2000
  **
  **  This is part of the CTSim program
- **  Copyright (c) 1983-2001 Kevin Rosenberg
- **
- **  $Id$
+ **  Copyright (c) 1983-2009 Kevin Rosenberg
  **
  **  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
@@ -129,7 +127,7 @@ BEGIN_EVENT_TABLE(ProjectionsDialog, wxDialog)
 
   m_pSGP->setTextPointSize(10);
 #ifdef __WXMAC__
-  MacUpdateImmediately();
+  //  MacUpdateImmediately();
 #endif
 }
 
@@ -195,7 +193,7 @@ ProjectionsDialog::projectView (int iViewNumber)
   }
 
 #ifdef __WXMAC__
-  MacUpdateImmediately();
+  //  MacUpdateImmediately();
 #endif
 
   return m_state != Cancelled;