comparison libpurple/protocols/qq/qq.c @ 24630:8f757b2139d2

String changes (a few of which I had already made, grumble grumble). I tried to re-use strings that exist in other protocols as much as possible. When calling purple_connection_update_progress() the strings should not have ellipsis. When calling purple_connection_error_reason() due to a keep alive timeout, do not include the number of seconds, because there shouldn't be a reason for users to care
author Mark Doliner <mark@kingant.net>
date Thu, 11 Dec 2008 07:17:32 +0000
parents 9ffd54bf622a
children b74fa0d31c74 65cfc59858cf 1260a3fb60f4 68f4edb42f39
comparison
equal deleted inserted replaced
24629:662fdd4836aa 24630:8f757b2139d2
494 494
495 icon_name = qq_get_icon_name(qd->my_icon); 495 icon_name = qq_get_icon_name(qd->my_icon);
496 icon_path = qq_get_icon_path(icon_name); 496 icon_path = qq_get_icon_path(icon_name);
497 g_free(icon_name); 497 g_free(icon_name);
498 498
499 purple_debug_info("QQ", "Change prev icon %s to ...\n", icon_path); 499 purple_debug_info("QQ", "Change prev icon %s to...\n", icon_path);
500 purple_request_file(action, _("Select icon..."), icon_path, 500 purple_request_file(action, _("Select icon..."), icon_path,
501 FALSE, 501 FALSE,
502 G_CALLBACK(qq_change_icon_cb), NULL, 502 G_CALLBACK(qq_change_icon_cb), NULL,
503 purple_connection_get_account(gc), NULL, NULL, 503 purple_connection_get_account(gc), NULL, NULL,
504 gc); 504 gc);