[prev in list] [next in list] [prev in thread] [next in thread] 

List:       grass-commit
Subject:    [GRASS-SVN] r48999 -
From:       svn_grass () osgeo ! org
Date:       2011-10-29 21:59:33
Message-ID: 20111029215933.F39F1390150 () trac ! osgeo ! org
[Download RAW message or body]

Author: martinl
Date: 2011-10-29 14:59:33 -0700 (Sat, 29 Oct 2011)
New Revision: 48999

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
Log:
wxGUI: use wx.ID_STOP instead of "Abort"
       (merge r48996 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2011-10-29 21:59:01 UTC (rev 48998)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/goutput.py	2011-10-29 21:59:33 UTC (rev 48999)
@@ -251,7 +251,7 @@
         self.btnOutputSave  = wx.Button(parent = self.panelPrompt, id = wx.ID_SAVE)
         self.btnOutputSave.SetToolTipString(_("Save output window content to the file"))
         # abort
-        self.btnCmdAbort = wx.Button(parent = self.panelPrompt, id = wx.ID_ANY, label = _("&Abort"))
+        self.btnCmdAbort = wx.Button(parent = self.panelPrompt, id = wx.ID_STOP)
         self.btnCmdAbort.SetToolTipString(_("Abort running command"))
         self.btnCmdAbort.Enable(False)
         

_______________________________________________
grass-commit mailing list
grass-commit@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic