# HG changeset patch # User Etan Reisner # Date 1245906745 0 # Node ID e0c0b4eb36edcc9586e9db24923cccb4e75df755 # Parent 9715022e8e35a943418cf9836ddcf4d8d6e91d6c More Title Casing. diff -r 9715022e8e35 -r e0c0b4eb36ed pidgin/gtkconv.c --- 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))