Browse Source

nviz2/wxGUI: nviz icon added (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32060 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 years ago
parent
commit
b0e3b54255
1 changed files with 7 additions and 0 deletions
  1. 7 0
      gui/wxpython/gui_modules/nviz.py

+ 7 - 0
gui/wxpython/gui_modules/nviz.py

@@ -420,7 +420,14 @@ class NvizToolWindow(wx.Frame):
 
         wx.Frame.__init__(self, parent, id, title, pos, size, style)
 
+        #
+        # icon
+        #
+        self.SetIcon(wx.Icon(os.path.join(globalvar.ETCDIR, 'grass_nviz.ico'), wx.BITMAP_TYPE_ICO))
+
+        #
         # dialog body
+        #
         mainSizer = wx.BoxSizer(wx.VERTICAL)
 
         self.win = {} # window ids