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)
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue