Author: jflesch
Date: 2006-07-16 17:43:03 +0000 (Sun, 16 Jul 2006)
New Revision: 9635

Modified:
   trunk/apps/Thaw/src/thaw/core/Core.java
Log:
Display the version at the bottom of the window

Modified: trunk/apps/Thaw/src/thaw/core/Core.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/Core.java     2006-07-16 17:35:37 UTC (rev 
9634)
+++ trunk/apps/Thaw/src/thaw/core/Core.java     2006-07-16 17:43:03 UTC (rev 
9635)
@@ -89,7 +89,7 @@
                if(!initPluginManager())
                        return false;

-               mainWindow.setStatus(I18n.getMessage("thaw.statusBar.ready"));
+               mainWindow.setStatus("Thaw "+Main.VERSION+" : 
"+I18n.getMessage("thaw.statusBar.ready"));

                mainWindow.setVisible(true);



Reply via email to