Fix encoding of copyright

This commit is contained in:
Florent 2013-08-03 00:07:02 +02:00
commit c470138540

View file

@ -28,7 +28,7 @@ from .main_window import MainWindow
class QHandJoob(QtApplication):
APPNAME = 'qhandjoob'
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."
SHORT_DESCRIPTION = "search for job"
CAPS = ICapJob