# HG changeset patch # User Gabriel Schulhof # Date 1186935554 0 # Node ID 768eb39c8834b50d6a6b1381a43b1575cc01aa75 # Parent 03db0ded2b9a4612ae8b1efe25942de9cedd54dc Adding buddy hint to offlinemsg diff -r 03db0ded2b9a -r 768eb39c8834 libpurple/plugins/offlinemsg.c --- a/libpurple/plugins/offlinemsg.c Sun Aug 12 16:13:05 2007 +0000 +++ b/libpurple/plugins/offlinemsg.c Sun Aug 12 16:19:14 2007 +0000 @@ -157,7 +157,7 @@ _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), 1, offline->account, offline->who, offline->conv, - offline, 2, + "buddy", offline, 2, _("Yes"), record_pounce, _("No"), cancel_poune); g_free(ask);