diff options
-rwxr-xr-x | getxbookgui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getxbookgui b/getxbookgui index fb5decd..56b6e63 100755 --- a/getxbookgui +++ b/getxbookgui @@ -27,4 +27,4 @@ button .dl -text "download" -command go label .st -relief sunken -width 20 pack .lab .id .bin .dl .st -bind . <Enter> go +bind . <Return> go |