commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8326 - trunk/gnue-appserver/scripts


From: reinhard
Subject: [gnue] r8326 - trunk/gnue-appserver/scripts
Date: Mon, 3 Apr 2006 18:24:25 -0500 (CDT)

Author: reinhard
Date: 2006-03-31 15:11:51 -0600 (Fri, 31 Mar 2006)
New Revision: 8326

Modified:
   trunk/gnue-appserver/scripts/gnue-appserver-win.py
Log:
Changed _() to u_()


Modified: trunk/gnue-appserver/scripts/gnue-appserver-win.py
===================================================================
--- trunk/gnue-appserver/scripts/gnue-appserver-win.py  2006-03-31 21:10:15 UTC 
(rev 8325)
+++ trunk/gnue-appserver/scripts/gnue-appserver-win.py  2006-03-31 21:11:51 UTC 
(rev 8326)
@@ -108,7 +108,7 @@
       message = 'GNUe Application Server\n\n' + 'version: ' + VERSION
       MessageBox(0, message, u_("About"), flags)
     elif id == 1025:
-      print _("Appserver is shutting down....ok")
+      print o(u_("Appserver is shutting down....ok"))
       DestroyWindow(self.hwnd)
 
 
@@ -120,7 +120,7 @@
                            {'SessionManager': self.requestSessionManager})
 
     # be verbose
-    print _("\n... GNUe Application Server up and running ...\n")
+    print o(u_("\n... GNUe Application Server up and running ...\n"))
 
     # Daemonize (if appropriate)
     GServerApp.run (self)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]