projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
278fcea
)
historique
author
pierre
<ratinaud@univ-tlse2.fr>
Sun, 17 Feb 2013 13:02:12 +0000
(14:02 +0100)
committer
pierre
<ratinaud@univ-tlse2.fr>
Sun, 17 Feb 2013 13:02:12 +0000
(14:02 +0100)
tree.py
patch
|
blob
|
history
diff --git
a/tree.py
b/tree.py
index
6c28c09
..
6590705
100644
(file)
--- a/
tree.py
+++ b/
tree.py
@@
-669,7
+669,7
@@
class LeftTree(CT.CustomTreeCtrl):
def OnItemDelete(self, event):
strs = "Are You Sure You Want To Delete Item " + self.GetItemText(self.current) + "?"
- dlg = wx.MessageDialog(None, strs, 'Deleting Item', wx.
YES | wx.NO_DEFAULT
| wx.CANCEL | wx.ICON_QUESTION)
+ dlg = wx.MessageDialog(None, strs, 'Deleting Item', wx.
OK
| wx.CANCEL | wx.ICON_QUESTION)
if dlg.ShowModal() in [wx.ID_NO, wx.ID_CANCEL]:
dlg.Destroy()