]> git.pld-linux.org Git - packages/dsktool.git/commitdiff
- fix wx version detection
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2007 10:33:54 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dsktool-wx.patch -> 1.1

dsktool-wx.patch [new file with mode: 0644]

diff --git a/dsktool-wx.patch b/dsktool-wx.patch
new file mode 100644 (file)
index 0000000..d6bcd17
--- /dev/null
@@ -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);
This page took 0.113078 seconds and 4 git commands to generate.