Mercurial > pidgin
changeset 14818:88d68d9f2fa3
[gaim-migrate @ 17585]
I'd like to try this. I think it will help people find these prefs, and match them to the new functionality we've introduced.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 26 Oct 2006 02:42:42 +0000 |
parents | 47e4df95012d |
children | 664baa843aa7 |
files | gtk/gtkprefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk/gtkprefs.c Wed Oct 25 15:53:06 2006 +0000 +++ b/gtk/gtkprefs.c Thu Oct 26 02:42:42 2006 +0000 @@ -1897,7 +1897,7 @@ } #endif prefs_notebook_add_page(_("Logging"), NULL, logging_page(), &p, NULL, notebook_page++); - prefs_notebook_add_page(_("Away / Idle"), NULL, away_page(), &p, NULL, notebook_page++); + prefs_notebook_add_page(_("State / Idle"), NULL, away_page(), &p, NULL, notebook_page++); } void gaim_gtk_prefs_show(void)