Mercurial > pidgin.yaz
changeset 5485:c103ba09c62a
[gaim-migrate @ 5881]
OK goes on the right side.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 22 May 2003 16:10:55 +0000 |
parents | 0a392a45e497 |
children | d44a62911183 |
files | src/gtkrequest.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkrequest.c Thu May 22 12:40:41 2003 +0000 +++ b/src/gtkrequest.c Thu May 22 16:10:55 2003 +0000 @@ -108,9 +108,9 @@ /* Create the dialog. */ dialog = gtk_dialog_new_with_buttons("", NULL, 0, - __text_to_stock(ok_text), 0, - __text_to_stock(cancel_text), 1, - NULL); + __text_to_stock(cancel_text), 1, + __text_to_stock(ok_text), 0, + NULL); data->dialog = dialog; g_signal_connect(G_OBJECT(dialog), "response",