# HG changeset patch # User Gabriel Schulhof # Date 1187466677 0 # Node ID b8870878531eda09656be2f5ccabeabcd8a2674d # Parent 11dbf674e50e58a0c19010d21a82776bec933c89 Added hints to gntpounces.c and gntprefs.c diff -r 11dbf674e50e -r b8870878531e finch/gntpounce.c --- a/finch/gntpounce.c Sat Aug 18 19:48:11 2007 +0000 +++ b/finch/gntpounce.c Sat Aug 18 19:51:17 2007 +0000 @@ -651,7 +651,7 @@ buf = g_strdup_printf(_("Are you sure you want to delete the pounce on %s for %s?"), pouncee, pouncer); purple_request_action(pounce, NULL, buf, NULL, 0, account, pouncee, NULL, - pounce, 2, + "pounces", pounce, 2, _("Delete"), pounces_manager_delete_confirm_cb, _("Cancel"), NULL); g_free(buf); diff -r 11dbf674e50e -r b8870878531e finch/gntprefs.c --- a/finch/gntprefs.c Sat Aug 18 19:48:11 2007 +0000 +++ b/finch/gntprefs.c Sat Aug 18 19:51:17 2007 +0000 @@ -263,6 +263,6 @@ pref_request.window = purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields, _("Save"), G_CALLBACK(save_cb), _("Cancel"), free_strings, NULL, NULL, NULL, - NULL); + "preferences", NULL); }