| 318 if(NULL == ui_info) { |
318 if(NULL == ui_info) { |
| 319 ui_info = g_hash_table_new(g_str_hash, g_str_equal); |
319 ui_info = g_hash_table_new(g_str_hash, g_str_equal); |
| 320 |
320 |
| 321 g_hash_table_insert(ui_info, "name", (char*)PIDGIN_NAME); |
321 g_hash_table_insert(ui_info, "name", (char*)PIDGIN_NAME); |
| 322 g_hash_table_insert(ui_info, "version", VERSION); |
322 g_hash_table_insert(ui_info, "version", VERSION); |
| 323 g_hash_table_insert(ui_info, "website", "http://pidgin.im"); |
323 g_hash_table_insert(ui_info, "website", "https://pidgin.im"); |
| 324 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im"); |
324 g_hash_table_insert(ui_info, "dev_website", "https://developer.pidgin.im"); |
| 325 g_hash_table_insert(ui_info, "client_type", "pc"); |
325 g_hash_table_insert(ui_info, "client_type", "pc"); |
| 326 |
326 |
| 327 /* |
327 /* |
| 328 * This is the client key for "Pidgin." It is owned by the AIM |
328 * This is the client key for "Pidgin." It is owned by the AIM |
| 329 * account "markdoliner." Please don't use this key for other |
329 * account "markdoliner." Please don't use this key for other |