freebsd-ports/net/nos-ttb/files/patch-src__ttb
2005-10-02 22:09:07 +00:00

11 lines
345 B
Text

--- src/ttb.orig Mon Oct 3 08:04:31 2005
+++ src/ttb Mon Oct 3 08:04:38 2005
@@ -801,7 +801,7 @@
page = [int(argv[1]),int(argv[2])]
glade = get_data_file ('ttb/ttb.glade')
- icon = get_data_file ('pixmaps/ttb.png')
+ icon = get_data_file ('ttb/ttb.png')
TTB(glade, icon, page)