summaryrefslogtreecommitdiffstats
path: root/collab/rapidsvn/patches/patch-src_preferences_dlg_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'collab/rapidsvn/patches/patch-src_preferences_dlg_cpp')
-rw-r--r--collab/rapidsvn/patches/patch-src_preferences_dlg_cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/collab/rapidsvn/patches/patch-src_preferences_dlg_cpp b/collab/rapidsvn/patches/patch-src_preferences_dlg_cpp
deleted file mode 100644
index 5d7cef45f9..0000000000
--- a/collab/rapidsvn/patches/patch-src_preferences_dlg_cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-$OpenBSD: patch-src_preferences_dlg_cpp,v 1.1 2007/10/08 20:38:17 steven Exp $
---- src/preferences_dlg.cpp.orig Mon Oct 8 13:03:28 2007
-+++ src/preferences_dlg.cpp Mon Oct 8 13:03:33 2007
-@@ -114,10 +114,8 @@ class ProgramsPanel : public wxPanel (public)
- */
- bool SelectExecutable (const wxString & title, wxTextCtrl * textCtrl)
- {
-- wxFileDialog dlg (this, title);
--
-- dlg.SetStyle (wxHIDE_READONLY | wxOPEN);
-- dlg.SetWildcard (EXECUTABLE_WILDCARD);
-+ wxFileDialog dlg (this, title, wxEmptyString, wxEmptyString,
-+ EXECUTABLE_WILDCARD, wxOPEN);
- dlg.SetPath (textCtrl->GetValue ());
-
- if (dlg.ShowModal () != wxID_OK)