[GRASS-SVN] r73482 - grass/branches/releasebranch_7_4/gui/wxpython/psmap
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 2 11:21:09 PDT 2018
Author: cmbarton
Date: 2018-10-02 11:21:09 -0700 (Tue, 02 Oct 2018)
New Revision: 73482
Modified:
grass/branches/releasebranch_7_4/gui/wxpython/psmap/frame.py
Log:
fix waiting message bug in generating preview
Modified: grass/branches/releasebranch_7_4/gui/wxpython/psmap/frame.py
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/psmap/frame.py 2018-10-02 02:12:44 UTC (rev 73481)
+++ grass/branches/releasebranch_7_4/gui/wxpython/psmap/frame.py 2018-10-02 18:21:09 UTC (rev 73482)
@@ -385,7 +385,7 @@
'cols'], rows=event.userData['regionOld']['rows'])
# wx.BusyInfo does not display the message
busy = wx.BusyInfo(
- message=_("Generating preview, wait please"),
+ _("Generating preview, wait please"),
parent=self)
wx.Yield()
try:
More information about the grass-commit
mailing list