Author: qboosh                       Date: Wed May  2 10:33:59 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix wx version detection

---- Files affected:
SOURCES:
   dsktool-wx.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dsktool-wx.patch
diff -u /dev/null SOURCES/dsktool-wx.patch:1.1
--- /dev/null   Wed May  2 12:33:59 2007
+++ SOURCES/dsktool-wx.patch    Wed May  2 12:33:54 2007
@@ -0,0 +1,11 @@
+--- dsktool-1.0.2/SerialForm.cpp.orig  2007-04-23 21:53:06.000000000 +0200
++++ dsktool-1.0.2/SerialForm.cpp       2007-05-02 12:18:10.566691398 +0200
+@@ -175,7 +175,7 @@
+               m_string += wxT(",");
+               m_string += m_typebox->GetValue();
+       }
+-#if (WXMAJOR_VERSION > 2) || (WXMAJOR_VERSION == 2 && WXMINOR_VERSION > 6) 
++#if (wxMAJOR_VERSION > 2) || (wxMAJOR_VERSION == 2 && wxMINOR_VERSION > 6) 
+       EndDialog(wxID_OK); 
+ #else
+       wxDialog::OnOK(ev);
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to