diff options
Diffstat (limited to 'sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch')
-rw-r--r-- | sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch b/sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch deleted file mode 100644 index e3ba6b2fff50..000000000000 --- a/sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix build w/ wxGTK-2.8 -http://bugs.debian.org/567238 - ---- a/tview.cpp -+++ b/tview.cpp -@@ -994,7 +994,7 @@ END_EVENT_TABLE() - MyCanvas::MyCanvas(wxView *v, wxMDIChildFrame *frame, const wxPoint& pos, const wxSize& size, long style): - wxScrolledWindow(frame, -1, pos, size, style) - { -- SetBackgroundColour(wxColour("WHITE")); -+ SetBackgroundColour(wxColour(wxT("WHITE"))); - view = v; - magnification = 1; - } |