summaryrefslogtreecommitdiff
path: root/sci-biology/treeviewx/files/treeviewx-0.5.1-treeview-xpm-not-xbm.patch
blob: a57ae19aaf265fe87a4ccb9efd2d503ba9250673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix the extension of the icon
Author: Olly Betts <olly@survex.com>
Last-Update: 2014-06-21
Forwarded: http://code.google.com/p/treeviewx/issues/detail?id=4

--- tv-0.5.orig/tv.cpp
+++ tv-0.5/tv.cpp
@@ -215,7 +215,7 @@
 	frame->SetIcon(wxIcon("app")); // use the name of the icon in the resource file
 #endif
 #if defined(__WXGTK__) || defined(__WXMOTIF__)
-	frame->SetIcon(wxIcon(wxT("bitmaps/treeview.xbm")));
+	frame->SetIcon(wxIcon(wxT("/usr/share/pixmaps/treeviewx.xpm")));
 #endif
 
 #ifdef __WXMAC__