Bladeren bron

splash screen cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40391 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 15 jaren geleden
bovenliggende
commit
14b16dd8bd

BIN
gui/wxpython/images/grass_splash.png


BIN
gui/wxpython/images/grass_splash.xcf


BIN
gui/wxpython/images/intro.png


BIN
gui/wxpython/images/intro.xcf


+ 1 - 1
gui/wxpython/wxgui.py

@@ -1564,7 +1564,7 @@ class GMApp(wx.App):
         wx.InitAllImageHandlers()
         wx.InitAllImageHandlers()
 
 
         # create splash screen
         # create splash screen
-        introImagePath = os.path.join(globalvar.ETCWXDIR, "images", "intro.png")
+        introImagePath = os.path.join(globalvar.ETCWXDIR, "images", "grass_splash.png")
         introImage     = wx.Image(introImagePath, wx.BITMAP_TYPE_PNG)
         introImage     = wx.Image(introImagePath, wx.BITMAP_TYPE_PNG)
         introBmp       = introImage.ConvertToBitmap()
         introBmp       = introImage.ConvertToBitmap()
         wx.SplashScreen (bitmap=introBmp, splashStyle=wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT,
         wx.SplashScreen (bitmap=introBmp, splashStyle=wx.SPLASH_CENTRE_ON_SCREEN | wx.SPLASH_TIMEOUT,