Browse Source

Update of splash screen to new version (contributed by Vincent BAIN)
(see related https://trac.osgeo.org/grass/changeset/64447)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64455 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 10 years ago
parent
commit
9a3a047457
3 changed files with 1 additions and 1 deletions
  1. BIN
      gui/images/silesia_splash.png
  2. BIN
      gui/images/splash_screen.png
  3. 1 1
      gui/wxpython/wxgui.py

BIN
gui/images/silesia_splash.png


BIN
gui/images/splash_screen.png


+ 1 - 1
gui/wxpython/wxgui.py

@@ -59,7 +59,7 @@ class GMApp(wx.App):
             wx.InitAllImageHandlers()
 
         # create splash screen
-        introImagePath = os.path.join(globalvar.IMGDIR, "silesia_splash.png")
+        introImagePath = os.path.join(globalvar.IMGDIR, "splash_screen.png")
         introImage     = wx.Image(introImagePath, wx.BITMAP_TYPE_PNG)
         introBmp       = introImage.ConvertToBitmap()
         if SC and sys.platform != 'darwin':