Mercurial > pidgin.yaz
changeset 27417:e0c0b4eb36ed
More Title Casing.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 25 Jun 2009 05:12:25 +0000 |
parents | 9715022e8e35 |
children | 48b59f34b0f8 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Thu Jun 25 05:11:21 2009 +0000 +++ b/pidgin/gtkconv.c Thu Jun 25 05:12:25 2009 +0000 @@ -1770,7 +1770,7 @@ g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free); } - button = pidgin_new_item_from_stock(menu, _("Last said"), GTK_STOCK_INDEX, + button = pidgin_new_item_from_stock(menu, _("Last Said"), GTK_STOCK_INDEX, G_CALLBACK(menu_last_said_cb), PIDGIN_CONVERSATION(conv), 0, 0, NULL); g_object_set_data_full(G_OBJECT(button), "user_data", g_strdup(who), g_free); if (!get_mark_for_user(PIDGIN_CONVERSATION(conv), who))