# HG changeset patch # User Luke Schierer # Date 1038442884 0 # Node ID a870a2a0bc5b27727bdaac62de05ee9d02888268 # Parent 2b18ea0ade1300c7ae3562c08bec834de59c5307 [gaim-migrate @ 4211] we use the same dialog for creating and editing buddy pounces. thus "Save" is more intuitive than "Create" committer: Tailor Script diff -r 2b18ea0ade13 -r a870a2a0bc5b src/dialogs.c --- a/src/dialogs.c Wed Nov 27 22:16:20 2002 +0000 +++ b/src/dialogs.c Thu Nov 28 00:21:24 2002 +0000 @@ -1886,7 +1886,7 @@ sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); - button = gaim_pixbuf_button_from_stock(_("_Create"), "gtk-execute", GAIM_BUTTON_HORIZONTAL); + button = gaim_pixbuf_button_from_stock(_("_Save"), "gtk-execute", GAIM_BUTTON_HORIZONTAL); gtk_size_group_add_widget(sg, button); gtk_signal_connect(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(do_new_bp), b); gtk_box_pack_end(GTK_BOX(bbox), button, FALSE, FALSE, 0);