Merge branch 'py/missing-bracket'
Fix an error popping up because of an unmatched closed bracket. * py/missing-bracket: git-gui: add missing close bracket
This commit is contained in:
@ -244,7 +244,7 @@ Continue with resetting the current changes?"]
|
|||||||
set status_bar_operation [$::main_status \
|
set status_bar_operation [$::main_status \
|
||||||
start \
|
start \
|
||||||
[mc "Aborting"] \
|
[mc "Aborting"] \
|
||||||
[mc "files reset"]
|
[mc "files reset"]]
|
||||||
fileevent $fd readable [namespace code [list \
|
fileevent $fd readable [namespace code [list \
|
||||||
_reset_wait $fd $status_bar_operation]]
|
_reset_wait $fd $status_bar_operation]]
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user