pidgin/gtkmain.c

changeset 33955
55aa58076485
parent 33940
b44d15793c83
child 34293
c1da9082287f
child 34587
a3bc28bb4ef5
equal deleted inserted replaced
33954:e8c5de29a4b6 33955:55aa58076485
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

mercurial