diff src/dialogs.c @ 595:3fd5311a3894

[gaim-migrate @ 605] experimenting with some icons committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Thu, 03 Aug 2000 16:52:38 +0000
parents 37dd78318a2e
children 02ea095a972a
line wrap: on
line diff
--- a/src/dialogs.c	Thu Aug 03 16:47:04 2000 +0000
+++ b/src/dialogs.c	Thu Aug 03 16:52:38 2000 +0000
@@ -2547,7 +2547,7 @@
 
 	gtk_widget_set_usize(ok, 75, 30);
 	gtk_widget_set_usize(cancel, 75, 30);
-        gtk_box_pack_end(GTK_BOX(bbox), ok, FALSE, FALSE, 10);
+        gtk_box_pack_start(GTK_BOX(bbox), ok, FALSE, FALSE, 10);
         gtk_box_pack_end(GTK_BOX(bbox), cancel, FALSE, FALSE, 10);
 
 	/* Line 1 */