diff options
author | Nick White <git@njw.me.uk> | 2011-11-19 17:18:25 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-11-19 17:18:25 +0000 |
commit | bf16c683094a7678245aead27a199c70b0ee8d94 (patch) | |
tree | f9924d57cd1a46ca3a6fe480d1baf6041c9fd555 /getxbookgui.tcl | |
parent | 290405c9a06ee44217ca7186f2b720c36c9def8a (diff) |
Add getbnbook option to gui
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 56b6e63..dabab2b 100755 --- a/getxbookgui.tcl +++ b/getxbookgui.tcl @@ -2,7 +2,7 @@ # See COPYING file for copyright and license details. package require Tk -set bin [list getgbook getabook] +set bin [list getgbook getabook getbnbook] proc go {} { if { [.id get] == "" } { return } |