Author: duncan
Date: Mon Mar 26 20:02:06 2007
New Revision: 9391

Modified:
   branches/rel-1/freevo/src/main.py

Log:
Added version to splashscreen


Modified: branches/rel-1/freevo/src/main.py
==============================================================================
--- branches/rel-1/freevo/src/main.py   (original)
+++ branches/rel-1/freevo/src/main.py   Mon Mar 26 20:02:06 2007
@@ -55,6 +55,7 @@
     import Numeric
     
     import config
+    import version
 
     import kaa.metadata as mmpython
     import kaa.imlib2 as Image
@@ -422,7 +423,8 @@
     skin.prepare()
 
     # Fire up splashscreen and load the plugins
-    splash = Splashscreen(_('Starting Freevo, please wait ...'))
+    v = '%s' % version.__version__
+    splash = Splashscreen(_('Starting Freevo-%s, please wait ...') % v)
     skin.register('splashscreen', ('screen', splash))
     plugin.init(splash.progress)
     skin.delete('splashscreen')

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to