comparison libpurple/protocols/qq/buddy_info.c @ 15437:42961709cb30

This should be the last of the string changes
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:41:32 +0000
parents 5fe8042783c1
children 0d43518fd943
comparison
equal deleted inserted replaced
15436:9c0cf4db1f4d 15437:42961709cb30
560 const gchar *icon_path = gaim_account_get_buddy_icon_path(account); 560 const gchar *icon_path = gaim_account_get_buddy_icon_path(account);
561 const gchar *buddy_icon_dir = qq_buddy_icon_dir(); 561 const gchar *buddy_icon_dir = qq_buddy_icon_dir();
562 gint prefix_len = strlen(QQ_ICON_PREFIX); 562 gint prefix_len = strlen(QQ_ICON_PREFIX);
563 gint suffix_len = strlen(QQ_ICON_SUFFIX); 563 gint suffix_len = strlen(QQ_ICON_SUFFIX);
564 gint dir_len = strlen(buddy_icon_dir); 564 gint dir_len = strlen(buddy_icon_dir);
565 gchar *errmsg = g_strconcat(_("You are attempting to set a custom face. Gaim currently only allows the standard faces. Please choose an image from "), buddy_icon_dir, ".", NULL); 565 gchar *errmsg = g_strconcat(_("Setting custom faces is not currently supported. Please choose an image from "), buddy_icon_dir, ".", NULL);
566 gboolean icon_global = gaim_account_get_bool(gc->account, "use-global-buddyicon", TRUE); 566 gboolean icon_global = gaim_account_get_bool(gc->account, "use-global-buddyicon", TRUE);
567 567
568 if (!icon_path) 568 if (!icon_path)
569 icon_path = ""; 569 icon_path = "";
570 570