Show
Ignore:
Timestamp:
07/22/08 23:08:52 (4 months ago)
Author:
js
Message:

Show mood in chat window.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/configpaths.py

    r9095 r9986  
    8080                # LOG is deprecated 
    8181                k = ( 'LOG',   'LOG_DB',   'VCARD',   'AVATAR',   'MY_EMOTS', 
    82                         'MY_ICONSETS', 'MY_CACERTS') 
     82                        'MY_ICONSETS', 'MY_MOOD_ICONSETS', 'MY_CACERTS') 
    8383                v = (u'logs', u'logs.db', u'vcards', u'avatars', u'emoticons', 
    84                         u'iconsets',  u'cacerts.pem') 
     84                        u'iconsets',  u'moods', u'cacerts.pem') 
    8585 
    8686                if os.name == 'nt':