Mercurial > pidgin.yaz
changeset 13025:7d39e6c73dc3
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 24 Jan 2006 00:57:37 +0000 |
parents | 01e09b601840 |
children | 880508a534cd |
files | src/gtkstatusbox.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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