Explorar o código

wxGUI/colortable: fix GMessage

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47472 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=14) %!d(string=hai) anos
pai
achega
7f7f567914
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/gui_modules/colorrules.py

+ 1 - 1
gui/wxpython/gui_modules/colorrules.py

@@ -752,7 +752,7 @@ class ColorTable(wx.Frame):
         """
         ret = self.CreateColorTable()
         if not ret:
-            GMessage(parent = self, message = _("No color rules given."))
+            gcmd.GMessage(parent = self, message = _("No color rules given."))
             
         if not self.nviz:
             display = self.parent.GetLayerTree().GetMapDisplay()