blob: f2db98a9aa27a1d5ce65409c48f27b856208f5a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/ttb.orig Sat Oct 1 14:39:20 2005
+++ src/ttb Sat Oct 1 14:39:31 2005
@@ -781,7 +781,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)
return 0
|