UI/UserInterface.py

changeset 1279
facfc314dfeb
parent 1232
ed31e909cf2e
child 1310
7fdcfa822e3e
--- a/UI/UserInterface.py	Sun Sep 04 16:01:01 2011 +0200
+++ b/UI/UserInterface.py	Sun Sep 04 17:57:49 2011 +0200
@@ -556,15 +556,19 @@
         self.toolbarManager.restoreState(Preferences.getUI("ToolbarManagerState"))
         
         # now activate the initial view profile
+        splash.showMessage(self.trUtf8("Setting View Profile..."))
         self.__setEditProfile()
         
         # now read the saved tasks
+        splash.showMessage(self.trUtf8("Reading Tasks..."))
         self.__readTasks()
         
         # now read the saved templates
+        splash.showMessage(self.trUtf8("Reading Templates..."))
         self.templateViewer.readTemplates()
         
         # now start the debug client
+        splash.showMessage(self.trUtf8("Starting Debugger..."))
         debugServer.startClient(False)
         
         # attributes for the network objects

eric ide

mercurial