eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/wxwin/confsearch.h


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/wxwin/confsearch.h
Date: Fri, 04 Nov 2005 15:01:06 -0500

Index: eliot/wxwin/confsearch.h
diff -u eliot/wxwin/confsearch.h:1.3 eliot/wxwin/confsearch.h:1.4
--- eliot/wxwin/confsearch.h:1.3        Sun Oct 23 14:53:44 2005
+++ eliot/wxwin/confsearch.h    Fri Nov  4 20:00:06 2005
@@ -16,8 +16,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: confsearch.h,v 1.3 2005/10/23 14:53:44 ipkiss Exp $ */
-
 #ifndef _CONFSEARCH_H
 #define _CONFSEARCH_H
 
@@ -30,23 +28,23 @@
 {
 private:
   ConfigDB config;
-  
+
   wxButton *bok;
   wxButton *bcancel;
-  
+
   wxCheckBox *joker_searching;
   wxCheckBox *rack_checking;
 
   void readconf();
   void writeconf();
-  
+
 public:
 
   ConfSearchDlg(wxWindow* parent);
   void OnButtonOk    (wxCommandEvent& event);
   void OnButtonCancel(wxCommandEvent& event);
   void OnCloseWindow (wxCloseEvent& event);
-  
+
   DECLARE_EVENT_TABLE()
 };
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]