From: Kevin M S. <ke...@si...> - 2006-10-26 03:37:33
|
lsc...@us... wrote: > Revision: 17585 > http://svn.sourceforge.net/gaim/?rev=3D17585&view=3Drev > Author: lschiere > Date: 2006-10-25 19:42:42 -0700 (Wed, 25 Oct 2006) >=20 > Log Message: > ----------- > I'd like to try this. I think it will help people find these prefs, an= d match them to the new functionality we've introduced. >=20 > Modified Paths: > -------------- > trunk/gtk/gtkprefs.c >=20 > Modified: trunk/gtk/gtkprefs.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- trunk/gtk/gtkprefs.c 2006-10-25 15:53:06 UTC (rev 17584) > +++ trunk/gtk/gtkprefs.c 2006-10-26 02:42:42 UTC (rev 17585) > @@ -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, NUL= L, notebook_page++); > } > =20 > void gaim_gtk_prefs_show(void) >=20 >=20 Wouldn't it be better to use the term "Status" that we're using to refer to the redesigned system? Kevin |