comparison libpurple/protocols/qq/buddy_info.c @ 24322:d971d5369b43

2008.10.30 - flos <lonicerae(at)gmail.com> * Fixed a bug which made xgettext failed in buddy_info.c * Fixed a bug in Makefile.am and Makefile.mingw * Updated acknowledgement in qq.c
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 30 Oct 2008 12:41:36 +0000
parents cae676ac3c70
children 75545fdf8944 16434c2b52f4 88a66cb4a8d9
comparison
equal deleted inserted replaced
24321:e4f4ffd7ed4c 24322:d971d5369b43
67 N_("Male"), 67 N_("Male"),
68 N_("Female"), 68 N_("Female"),
69 }; 69 };
70 70
71 static const gchar *genders_zh[] = { 71 static const gchar *genders_zh[] = {
72 N_("-"), 72 "-",
73 N_("\xc4\xd0"), 73 "\xc4\xd0",
74 N_("\xc5\xae"), 74 "\xc5\xae",
75 }; 75 };
76 76
77 #define QQ_FACES 134 77 #define QQ_FACES 134
78 #define QQ_ICON_PREFIX "qq_" 78 #define QQ_ICON_PREFIX "qq_"
79 #define QQ_ICON_SUFFIX ".png" 79 #define QQ_ICON_SUFFIX ".png"