Update copyright date; remove old CVS keyword
[ctsim.git] / src / dlgezplot.h
index 26637d928550980165c6d3298febec22409b42e9..39c1aca932839d2638d93a392797bcda6965743e 100644 (file)
@@ -7,9 +7,7 @@
 **   Date Started:  Jan 2001
 **
 **  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
@@ -40,7 +38,7 @@ class EZPlot;
 
 class EZPlotControl : public wxPanel
 {
-private:  
+private:
   DECLARE_DYNAMIC_CLASS (EZPlotControl)
   DECLARE_EVENT_TABLE ()
   EZPlot* m_pEZPlot;
@@ -57,13 +55,13 @@ public:
                const wxSize& size = wxDefaultSize,
                long style = wxSTATIC_BORDER,
                const wxValidator& validator = wxDefaultValidator,
-               const wxString& name = "EZPlotCtrl");
+                   const wxString& name = _T("EZPlotCtrl"));
 
    virtual ~EZPlotControl();
 
   virtual wxSize GetBestSize() const;
 
-  EZPlot* getEZPlot() 
+  EZPlot* getEZPlot()
   { return m_pEZPlot; }
 
   void OnPaint(wxPaintEvent& event);