aboutsummaryrefslogtreecommitdiff
path: root/lib/tools_dlg.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools_dlg.tcl')
-rw-r--r--lib/tools_dlg.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tools_dlg.tcl b/lib/tools_dlg.tcl
index ddb3092bac..73236215b5 100644
--- a/lib/tools_dlg.tcl
+++ b/lib/tools_dlg.tcl
@@ -16,7 +16,7 @@ field ask_branch 0; # ask for a revision
field ask_args 0; # ask for additional args
constructor dialog {} {
- global repo_config use_ttk
+ global repo_config
make_dialog top w
wm title $top [mc "%s (%s): Add Tool" [appname] [reponame]]
@@ -179,7 +179,7 @@ field w ; # widget path
field w_names ; # name list
constructor dialog {} {
- global repo_config global_config system_config use_ttk
+ global repo_config global_config system_config
load_config 1
@@ -272,7 +272,7 @@ field is_ok 0; # ok to start
field argstr {}; # arguments
constructor dialog {fullname} {
- global M1B use_ttk
+ global M1B
set title [get_config "guitool.$fullname.title"]
if {$title eq {}} {