From: pierre <ratinaud@univ-tlse2.fr>
Date: Sun, 17 Feb 2013 13:02:12 +0000 (+0100)
Subject: historique
X-Git-Url: http://www.iramuteq.org/git?a=commitdiff_plain;h=ccbef6c76373f1b2c0e32d1c76924244a3372af7;p=iramuteq

historique
---

diff --git a/tree.py b/tree.py
index 6c28c09..6590705 100644
--- 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()