diff options
author | Nick White <git@njw.me.uk> | 2012-04-22 11:30:13 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-04-22 11:30:13 +0100 |
commit | 2f60852aee476241a1970a346c53d3eb308f72be (patch) | |
tree | 9b4d2581d2b2d2652b6d20f5b298f14a707374df | |
parent | 933a36304692f4caa351e503afa6f03f099c9955 (diff) |
Be clearer about book id in gui
-rwxr-xr-x | getxbookgui.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getxbookgui.tcl b/getxbookgui.tcl index 62bb1e5..69dd8c3 100755 --- a/getxbookgui.tcl +++ b/getxbookgui.tcl @@ -2,7 +2,7 @@ # See COPYING file for copyright and license details. package require Tk -set bins {{getgbook "Book ID" "Google\nBook Preview"} \ +set bins {{getgbook "Google Book ID" "Google\nBook Preview"} \ {getabook "ISBN 10" "Amazon Look\nInside The Book"} \ {getbnbook "ISBN 13" "Barnes & Noble\nBook Viewer"}} set binselected 0 |