Use simple chars for PEP mood/activity/gaming

This commit is contained in:
mathieui 2014-05-18 19:29:59 +02:00
parent 71ae29df97
commit 3ce4454282

View file

@ -307,9 +307,9 @@ class Theme(object):
CHAR_ROSTER_ERROR = ''
CHAR_ROSTER_TUNE = ''
CHAR_ROSTER_ASKED = '?'
CHAR_ROSTER_ACTIVITY = ''
CHAR_ROSTER_MOOD = ''
CHAR_ROSTER_GAMING = ''
CHAR_ROSTER_ACTIVITY = 'A'
CHAR_ROSTER_MOOD = 'M'
CHAR_ROSTER_GAMING = 'G'
CHAR_ROSTER_FROM = ''
CHAR_ROSTER_BOTH = ''
CHAR_ROSTER_TO = ''