[GRASS-SVN] r54476 - grass/trunk/gui/wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 1 09:16:18 PST 2013
Author: martinl
Date: 2013-01-01 09:16:17 -0800 (Tue, 01 Jan 2013)
New Revision: 54476
Modified:
grass/trunk/gui/wxpython/mapdisp/statusbar.py
Log:
wxGUI: statusbar text cosmetics
Modified: grass/trunk/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/statusbar.py 2012-12-31 16:17:50 UTC (rev 54475)
+++ grass/trunk/gui/wxpython/mapdisp/statusbar.py 2013-01-01 17:16:17 UTC (rev 54476)
@@ -1049,7 +1049,8 @@
else:
stText += ', '
stText += '<%s>' % layer.GetName()
- stText += '...'
+ if stText:
+ stText += '...'
if self.maps[map]['range'] != len(self.maps[map]['rendered']):
if stText:
More information about the grass-commit
mailing list