Mercurial > pidgin.yaz
comparison pidgin/gtkprefs.c @ 28927:edfe601c3c24
All theme selectors will be on this tab soonish. Rename the tab to reflect it.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 11 Nov 2009 15:53:13 +0000 |
parents | 45100d41c9ff |
children | 7cf246c9a863 |
comparison
equal
deleted
inserted
replaced
28926:45100d41c9ff | 28927:edfe601c3c24 |
---|---|
2854 static void | 2854 static void |
2855 prefs_notebook_init(void) | 2855 prefs_notebook_init(void) |
2856 { | 2856 { |
2857 prefs_notebook_add_page(_("Interface"), interface_page(), notebook_page++); | 2857 prefs_notebook_add_page(_("Interface"), interface_page(), notebook_page++); |
2858 prefs_notebook_add_page(_("Conversations"), conv_page(), notebook_page++); | 2858 prefs_notebook_add_page(_("Conversations"), conv_page(), notebook_page++); |
2859 prefs_notebook_add_page(_("Smiley Themes"), theme_page(), notebook_page++); | 2859 prefs_notebook_add_page(_("Themes"), theme_page(), notebook_page++); |
2860 prefs_notebook_add_page(_("Sounds"), sound_page(), notebook_page++); | 2860 prefs_notebook_add_page(_("Sounds"), sound_page(), notebook_page++); |
2861 prefs_notebook_add_page(_("Network"), network_page(), notebook_page++); | 2861 prefs_notebook_add_page(_("Network"), network_page(), notebook_page++); |
2862 | 2862 |
2863 #ifndef _WIN32 | 2863 #ifndef _WIN32 |
2864 /* We use the registered default browser in windows */ | 2864 /* We use the registered default browser in windows */ |