diff options
author | Nick White <git@njw.me.uk> | 2012-04-21 18:11:45 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-04-21 18:11:45 +0100 |
commit | 72b7b92091d392c06b5a4795af3cbfa405299484 (patch) | |
tree | 851b84ee17aeddbee6f2d837dfc3aa1f7800b46b /getxbookgui.tcl | |
parent | e7db4e41c271ef5435ca9a33672ccc6547c62970 (diff) |
Regularise references to amazon's book service
Diffstat (limited to 'getxbookgui.tcl')
-rwxr-xr-x | getxbookgui.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getxbookgui.tcl b/getxbookgui.tcl index 69ae9c2..fbeb992 100755 --- a/getxbookgui.tcl +++ b/getxbookgui.tcl @@ -3,7 +3,7 @@ package require Tk set bins {{getgbook "Book ID" "Google\nBook Preview"} \ - {getabook "ISBN 10" "Amazon Look\nInside This Book"} \ + {getabook "ISBN 10" "Amazon Look\nInside The Book"} \ {getbnbook "ISBN 13" "Barnes & Noble\nBook Viewer"}} set binselected 0 set dling 0 |