Mercurial > pidgin
diff libpurple/plugins/offlinemsg.c @ 19975:6a0d9fa477d4
propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 656aa6cb789d7885b3a72600bf323c104d8ebfd8)
| author | Gabriel Schulhof <nix@go-nix.ca> |
|---|---|
| date | Wed, 12 Sep 2007 19:11:38 +0000 |
| parents | 44b4e8bd759b 768eb39c8834 |
| children | 285bb637a2b7 |
line wrap: on
line diff
--- a/libpurple/plugins/offlinemsg.c Wed Sep 12 15:59:22 2007 +0000 +++ b/libpurple/plugins/offlinemsg.c Wed Sep 12 19:11:38 2007 +0000 @@ -161,7 +161,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);
