summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Droege <slomo@ubuntu.com>2005-10-06 21:48:40 +0000
committerSebastian Droege <slomo@ubuntu.com>2005-10-06 21:48:40 +0000
commit917d4996233f95125328b00ac19747af111b3685 (patch)
treed3cc9f841fa688fa281722487ad7504c5e888ea9 /src
parente41801e8988fa4222e5e7f6aa6a609f9a68af0dc (diff)
* Fixed the encoding of the python files
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@57 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'src')
-rwxr-xr-xsrc/service-discovery-applet.in6
-rwxr-xr-xsrc/service-discovery-config.in3
2 files changed, 5 insertions, 4 deletions
diff --git a/src/service-discovery-applet.in b/src/service-discovery-applet.in
index d5a2982..a2cfd7c 100755
--- a/src/service-discovery-applet.in
+++ b/src/service-discovery-applet.in
@@ -1,6 +1,6 @@
#!@PYTHON@
-# -*-python-*-
-# -*- coding: utf-8 -*-
+# -*- coding: UTF-8 -*-
+# -*- python -*-
# Copyright (C) 2005 by Sebastien Estienne
#
# This file may be distributed and/or modified under the terms of
@@ -335,7 +335,7 @@ class ServiceDiscoveryApplet(gnomeapplet.Applet):
fullname = _("Zeroconf Service Discovery")
copyright = _("Copyright (C) 2005 Sebastien Estienne")
description = _("Shows Zeroconf Services on your local network and allows accessing them easily")
- authors = ["Sebastien Estienne <sebastien.estienne@gmail.com>", "Sebastian Droge <slomo@ubuntu.com>"]
+ authors = ["Sebastien Estienne <sebastien.estienne@gmail.com>", "Sebastian Dröge <slomo@ubuntu.com>"]
translators = "translator-credits"
if translators == "translator-credits":
translators = None
diff --git a/src/service-discovery-config.in b/src/service-discovery-config.in
index d3df37f..4ea66ae 100755
--- a/src/service-discovery-config.in
+++ b/src/service-discovery-config.in
@@ -1,5 +1,6 @@
#!@PYTHON@
-# -*-python-*-
+# -*- coding: UTF-8 -*-
+# -*- python -*-
# Copyright (C) 2005 by Sebastien Estienne
#
# This file may be distributed and/or modified under the terms of