Patch #973 2006-03-30 18:41

dermeister

Fix crash on Linux (caused by the removed DDE-option)
Download
973-Fix_crash_on_Li.patch (577 bytes)
Category
 
Status
Accepted
Close date
2006-03-31 09:38
Assigned to
 
Index: src/src/environmentsettingsdlg.cpp
===================================================================
--- src/src/environmentsettingsdlg.cpp  (revision 2274)
+++ src/src/environmentsettingsdlg.cpp  (working copy)
@@ -177,7 +177,6 @@
 
     // disable some windows-only settings, in other platforms
 #ifndef __WXMSW__
-    XRCCTRL(*this, "chkDDE", wxCheckBox)->Enable(false);
     XRCCTRL(*this, "chkAssociations", wxCheckBox)->Enable(false);
     XRCCTRL(*this, "btnSetAssocs", wxButton)->Enable(false);
     XRCCTRL(*this, "btnManageAssocs", wxButton)->Enable(false);