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 [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/wxwin/confsearch.h [antoine-1]
Date: Sun, 23 Oct 2005 16:59:33 -0400

Index: eliot/wxwin/confsearch.h
diff -u eliot/wxwin/confsearch.h:1.3.2.1 eliot/wxwin/confsearch.h:1.3.2.2
--- eliot/wxwin/confsearch.h:1.3.2.1    Sun Oct 23 17:10:46 2005
+++ eliot/wxwin/confsearch.h    Sun Oct 23 20:58:20 2005
@@ -17,8 +17,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.2.1 2005/10/23 17:10:46 afrab Exp $ */
-
 #ifndef _CONFSEARCH_H
 #define _CONFSEARCH_H
 
@@ -31,23 +29,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]