historique
authorpierre <ratinaud@univ-tlse2.fr>
Sun, 17 Feb 2013 13:02:12 +0000 (14:02 +0100)
committerpierre <ratinaud@univ-tlse2.fr>
Sun, 17 Feb 2013 13:02:12 +0000 (14:02 +0100)
tree.py

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) + "?"
     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()
 
         if dlg.ShowModal() in [wx.ID_NO, wx.ID_CANCEL]:
             dlg.Destroy()