Fix encoding of copyright
This commit is contained in:
parent
5dc8438366
commit
c470138540
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ from .main_window import MainWindow
|
||||||
class QHandJoob(QtApplication):
|
class QHandJoob(QtApplication):
|
||||||
APPNAME = 'qhandjoob'
|
APPNAME = 'qhandjoob'
|
||||||
VERSION = '0.g'
|
VERSION = '0.g'
|
||||||
COPYRIGHT = 'Copyright(C) 2010-2012 Sébastien Monel'
|
COPYRIGHT = u'Copyright(C) 2013 Sébastien Monel'
|
||||||
DESCRIPTION = "Qt application to search for job."
|
DESCRIPTION = "Qt application to search for job."
|
||||||
SHORT_DESCRIPTION = "search for job"
|
SHORT_DESCRIPTION = "search for job"
|
||||||
CAPS = ICapJob
|
CAPS = ICapJob
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue