summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8ca786)
raw | patch | inline | side by side (parent: a8ca786)
author | Bert Wesarg <bert.wesarg@googlemail.com> | |
Fri, 14 Oct 2011 19:25:19 +0000 (21:25 +0200) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Tue, 18 Oct 2011 08:44:10 +0000 (09:44 +0100) |
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/index.tcl | patch | blob | history |
diff --git a/lib/index.tcl b/lib/index.tcl
index e38b647b71ea335d6771121cfd079de919ced55b..3a9c8b776baf2014ebcfbd6bc35aee152b7426c5 100644 (file)
--- a/lib/index.tcl
+++ b/lib/index.tcl
}
}
if {[llength $unknown_paths]} {
- set reply [ask_popup [mc "There are unknown files do you also want
-to stage those?"]]
+ set reply [ask_popup [mc "There are unknown files do you also want to stage those?"]]
if {$reply} {
set paths [concat $paths $unknown_paths]
}