[Openlanhouse-development] SF.net SVN: openlanhouse:[306] trunk/openlh-server/src/OpenlhServer/plug
Status: Pre-Alpha
Brought to you by:
n3rd3x
|
From: <n3...@us...> - 2008-10-15 19:51:08
|
Revision: 306
http://openlanhouse.svn.sourceforge.net/openlanhouse/?rev=306&view=rev
Author: n3rd3x
Date: 2008-10-15 19:50:59 +0000 (Wed, 15 Oct 2008)
Log Message:
-----------
UTF8 File Fixes
Modified Paths:
--------------
trunk/openlh-server/src/OpenlhServer/plugins/example/__init__.py
Modified: trunk/openlh-server/src/OpenlhServer/plugins/example/__init__.py
===================================================================
--- trunk/openlh-server/src/OpenlhServer/plugins/example/__init__.py 2008-10-15 19:32:44 UTC (rev 305)
+++ trunk/openlh-server/src/OpenlhServer/plugins/example/__init__.py 2008-10-15 19:50:59 UTC (rev 306)
@@ -1,8 +1,8 @@
PLUGIN_NAME = "Example"
PLUGIN_DESCRIPTION = "Plugin Example"
-PLUGIN_AUTHOR = "Wilson Pinto J\xFAnior <wi...@op...>"
-PLUGIN_COPYRIGHT = "Copyright 2008 Wilson Pinto J\xFAnior"
+PLUGIN_AUTHOR = "Wilson Pinto Júnior <wi...@op...>"
+PLUGIN_COPYRIGHT = "Copyright 2008 Wilson Pinto Júnior"
PLUGIN_SITE = "http://openlanhouse.org"
def enable(daemon, main_window):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|