You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/treeviewx/files/treeviewx-0.5.1-wx28.patch

15 lines
408 B

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;
}