cpw.rekkanoryo.prefs_window: e6431b31: All theme selectors will be on this tab ...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Wed Nov 11 11:31:43 EST 2009


-----------------------------------------------------------------
Revision: e6431b31a737d93472f03ad4865ad4e42f4fea59
Ancestor: 1e0a0eb48f7fe1dbffbbbb8d76a2d17731519418
Author: rekkanoryo at pidgin.im
Date: 2009-11-11T15:53:13
Branch: im.pidgin.cpw.rekkanoryo.prefs_window
URL: http://d.pidgin.im/viewmtn/revision/info/e6431b31a737d93472f03ad4865ad4e42f4fea59

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

All theme selectors will be on this tab soonish.  Rename the tab to reflect it.

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	a91a0356a46f3a59d5fc575d1f536b94879d8e31
+++ pidgin/gtkprefs.c	17517a89405f0a381f67fca7bac4b798d2f46aa5
@@ -2856,7 +2856,7 @@ prefs_notebook_init(void)
 {
 	prefs_notebook_add_page(_("Interface"), interface_page(), notebook_page++);
 	prefs_notebook_add_page(_("Conversations"), conv_page(), notebook_page++);
-	prefs_notebook_add_page(_("Smiley Themes"), theme_page(), notebook_page++);
+	prefs_notebook_add_page(_("Themes"), theme_page(), notebook_page++);
 	prefs_notebook_add_page(_("Sounds"), sound_page(), notebook_page++);
 	prefs_notebook_add_page(_("Network"), network_page(), notebook_page++);
 


More information about the Commits mailing list