eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/wxwin/searchpanel.cc [antoine-1]


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

Index: eliot/wxwin/searchpanel.cc
diff -u eliot/wxwin/searchpanel.cc:1.10.2.1 eliot/wxwin/searchpanel.cc:1.10.2.2
--- eliot/wxwin/searchpanel.cc:1.10.2.1 Sun Oct 23 17:10:47 2005
+++ eliot/wxwin/searchpanel.cc  Sun Oct 23 20:58:21 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: searchpanel.cc,v 1.10.2.1 2005/10/23 17:10:47 afrab Exp $ */
-
 #include <string.h>
 #include "wx/wx.h"
 
@@ -285,7 +283,7 @@
   otmin = new wxStaticText(this,wxID_ANY,wxT("Longueur min."));
   omin  = new wxTextCtrl(this,ID_OPTION1,wxT( 
"1"),wxDefaultPosition,wxDefaultSize,wxTE_PROCESS_ENTER);
   otmax = new wxStaticText(this,wxID_ANY,wxT("max."));
-  omax  = new 
wxTextCtrl(this,ID_OPTION2,wxT("15"),wxDefaultPosition,wxDefaultSize,wxTE_PROCESS_ENTER);
 
+  omax  = new 
wxTextCtrl(this,ID_OPTION2,wxT("15"),wxDefaultPosition,wxDefaultSize,wxTE_PROCESS_ENTER);
 
   wxBoxSizer *s = new wxBoxSizer( wxHORIZONTAL );
   s->Add(otmin, 0, wxALIGN_CENTRE_VERTICAL | wxLEFT | wxRIGHT, 4);
@@ -296,7 +294,7 @@
 }
 
 
-#define DIC_RE_MAX (3*DIC_WORD_MAX) // yes, it's 3 
+#define DIC_RE_MAX (3*DIC_WORD_MAX) // yes, it's 3
 
 void
 PRegExp::compute_enter(wxCommandEvent&)




reply via email to

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