pidgin/gtkmain.c

branch
cpw.malu.client_type
changeset 26683
a3bc4677dbdd
parent 26381
328de1f9ca0d
parent 26046
e7b5b744d052
child 26685
e629bc4273a0
equal deleted inserted replaced
26467:ca1524dbcbf0 26683:a3bc4677dbdd
349 349
350 g_hash_table_insert(ui_info, "name", (char*)PIDGIN_NAME); 350 g_hash_table_insert(ui_info, "name", (char*)PIDGIN_NAME);
351 g_hash_table_insert(ui_info, "version", VERSION); 351 g_hash_table_insert(ui_info, "version", VERSION);
352 g_hash_table_insert(ui_info, "website", "http://pidgin.im"); 352 g_hash_table_insert(ui_info, "website", "http://pidgin.im");
353 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im"); 353 g_hash_table_insert(ui_info, "dev_website", "http://developer.pidgin.im");
354 g_hash_table_insert(ui_info, "client_type", "pc");
354 } 355 }
355 356
356 return ui_info; 357 return ui_info;
357 } 358 }
358 359

mercurial