diff options
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 } |