Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
TortoiseHg
thg
Commits
d5cd872f61fd
Commit
29a53379
authored
Apr 01, 2011
by
Steve Borho
Browse files
purge: give confirmation dialog a proper parent
--HG-- branch : stable
parent
868ccf195869
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/purge.py
View file @
d5cd872f
...
...
@@ -144,7 +144,8 @@ class PurgeDialog(QDialog):
QDialog
.
accept
(
self
)
return
if
not
qtlib
.
QuestionMsgBox
(
_
(
'Confirm file deletions'
),
_
(
'Are you sure you want to delete these files and/or folders?'
)):
_
(
'Are you sure you want to delete these files and/or folders?'
),
parent
=
self
):
return
def
completed
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment