# HG changeset patch # User Mark Doliner # Date 1138064257 0 # Node ID 7d39e6c73dc3057a453a1074e915e6f8f58d50b5 # Parent 01e09b6018406a5a0315bc7e4bf6619b7df289a0 [gaim-migrate @ 15378] Changing "Custom..." to "New..." in the status box. I couldn't differentiate between Custom and Saved fast enough without thinking. I'm hoping this will help committer: Tailor Script diff -r 01e09b601840 -r 7d39e6c73dc3 src/gtkstatusbox.c --- a/src/gtkstatusbox.c Tue Jan 24 00:56:13 2006 +0000 +++ b/src/gtkstatusbox.c Tue Jan 24 00:57:37 2006 +0000 @@ -345,7 +345,7 @@ * we are currently using. It is used when the current state is * updated from somewhere other than the GtkStatusBox (from a plugin, * or when signing on with the "-n" option, for example). It is - * also used when the user selects the "Custom..." option. + * also used when the user selects the "New..." option. * * Maybe we could accomplish this by triggering off the mouse and * keyboard signals instead of the changed signal? @@ -497,7 +497,7 @@ add_popular_statuses(status_box); gtk_gaim_status_box_add_separator(GTK_GAIM_STATUS_BOX(status_box)); - gtk_gaim_status_box_add(GTK_GAIM_STATUS_BOX(status_box), GTK_GAIM_STATUS_BOX_TYPE_CUSTOM, pixbuf, _("Custom..."), NULL, NULL); + gtk_gaim_status_box_add(GTK_GAIM_STATUS_BOX(status_box), GTK_GAIM_STATUS_BOX_TYPE_CUSTOM, pixbuf, _("New..."), NULL, NULL); gtk_gaim_status_box_add(GTK_GAIM_STATUS_BOX(status_box), GTK_GAIM_STATUS_BOX_TYPE_SAVED, pixbuf, _("Saved..."), NULL, NULL); update_to_reflect_current_status(status_box); @@ -1034,7 +1034,7 @@ -1); /* - * If the currently selected status is "Custom..." or + * If the currently selected status is "New..." or * "Saved..." or a popular status then do nothing. * Custom statuses are * activated elsewhere, and we update the status_box