comparison src/dialogs.c @ 6328:cbe2f320c214

[gaim-migrate @ 6827] Updated the Rename Group dialog to be more like the old one. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 29 Jul 2003 05:59:58 +0000
parents 493eed80869c
children 418cc72136d1
comparison
equal deleted inserted replaced
6327:493eed80869c 6328:cbe2f320c214
4175 gaim_blist_save(); 4175 gaim_blist_save();
4176 } 4176 }
4177 4177
4178 void show_rename_group(GtkWidget *unused, struct group *g) 4178 void show_rename_group(GtkWidget *unused, struct group *g)
4179 { 4179 {
4180 gaim_request_input(NULL, _("Rename Group"), _("New Group Name:\n"), 4180 gaim_request_input(NULL, _("Rename Group"), _("New group name"),
4181 NULL, g->name, FALSE, FALSE, 4181 _("Please enter a new name for the selected group."),
4182 GTK_STOCK_OK, G_CALLBACK(do_rename_group), 4182 g->name, FALSE, FALSE,
4183 GTK_STOCK_CANCEL, NULL, g); 4183 _("OK"), G_CALLBACK(do_rename_group),
4184 _("Cancel"), NULL, g);
4184 } 4185 }
4185 4186
4186 GtkWidget *gaim_pixbuf_toolbar_button_from_stock(char *icon) 4187 GtkWidget *gaim_pixbuf_toolbar_button_from_stock(char *icon)
4187 { 4188 {
4188 GtkWidget *button, *image, *bbox; 4189 GtkWidget *button, *image, *bbox;