# HG changeset patch # User Sean Egan # Date 1053619855 0 # Node ID c103ba09c62a9316e16035c4ec0ea60c95fbc51e # Parent 0a392a45e497f161bf1fb93b015b1ed8fbeb6018 [gaim-migrate @ 5881] OK goes on the right side. committer: Tailor Script diff -r 0a392a45e497 -r c103ba09c62a src/gtkrequest.c --- 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",