| 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, "type", "console"); |
| 68 } |
69 } |
| 69 |
70 |
| 70 return ui_info; |
71 return ui_info; |
| 71 } |
72 } |
| 72 |
73 |