X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tree.py;h=65907054c1d5e236eb49025537481265a4b7cbca;hp=6c28c09e4bde651f198284c93286e021fd000f7b;hb=ccbef6c76373f1b2c0e32d1c76924244a3372af7;hpb=278fceaa7db7b84d7c6f3bbd3f86e5ddb0ebda09 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()