Mercurial > pidgin.yaz
comparison finch/finch.c @ 26717:74dcea0f8457
propagate from branch 'im.pidgin.pidgin' (head 6a70c2c1325aeb644bff8476f94c5a25f83044fb)
to branch 'im.pidgin.cpw.malu.client_type' (head 7c96aa78766153d2bb38bed68a658b3c86d90845)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Wed, 22 Apr 2009 07:53:27 +0000 |
parents | a95eed74fdd7 |
children | 88ef8c38a639 |
comparison
equal
deleted
inserted
replaced
26716:474a0cb44f58 | 26717:74dcea0f8457 |
---|---|
63 | 63 |
64 g_hash_table_insert(ui_info, "name", (char*)_("Finch")); | 64 g_hash_table_insert(ui_info, "name", (char*)_("Finch")); |
65 g_hash_table_insert(ui_info, "version", VERSION); | 65 g_hash_table_insert(ui_info, "version", VERSION); |
66 g_hash_table_insert(ui_info, "website", "http://pidgin.im"); | 66 g_hash_table_insert(ui_info, "website", "http://pidgin.im"); |
67 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im"); | 67 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im"); |
68 g_hash_table_insert(ui_info, "client_type", "console"); | |
68 } | 69 } |
69 | 70 |
70 return ui_info; | 71 return ui_info; |
71 } | 72 } |
72 | 73 |