| 73 }; |
73 }; |
| 74 static GtkWidget *widget_size_widgets[G_N_ELEMENTS(widget_size_prefs)]; |
74 static GtkWidget *widget_size_widgets[G_N_ELEMENTS(widget_size_prefs)]; |
| 75 |
75 |
| 76 static const gchar *font_prefs[] = { |
76 static const gchar *font_prefs[] = { |
| 77 "/plugins/gtk/purplerc/font/*pidgin_conv_entry", |
77 "/plugins/gtk/purplerc/font/*pidgin_conv_entry", |
| |
78 "/plugins/gtk/purplerc/font/*pidgin_conv_imhtml", |
| 78 "/plugins/gtk/purplerc/font/*pidgin_request_imhtml", |
79 "/plugins/gtk/purplerc/font/*pidgin_request_imhtml", |
| 79 "/plugins/gtk/purplerc/font/*pidgin_notify_imhtml", |
80 "/plugins/gtk/purplerc/font/*pidgin_notify_imhtml", |
| 80 }; |
81 }; |
| 81 static const gchar *font_prefs_set[] = { |
82 static const gchar *font_prefs_set[] = { |
| 82 "/plugins/gtk/purplerc/set/font/*pidgin_conv_entry", |
83 "/plugins/gtk/purplerc/set/font/*pidgin_conv_entry", |
| |
84 "/plugins/gtk/purplerc/set/font/*pidgin_conv_imhtml", |
| 83 "/plugins/gtk/purplerc/set/font/*pidgin_request_imhtml", |
85 "/plugins/gtk/purplerc/set/font/*pidgin_request_imhtml", |
| 84 "/plugins/gtk/purplerc/set/font/*pidgin_notify_imhtml", |
86 "/plugins/gtk/purplerc/set/font/*pidgin_notify_imhtml", |
| 85 }; |
87 }; |
| 86 static const gchar *font_names[] = { |
88 static const gchar *font_names[] = { |
| 87 N_("Conversation Entry"), |
89 N_("Conversation Entry"), |
| |
90 N_("Conversation History"), |
| 88 N_("Request Dialog"), |
91 N_("Request Dialog"), |
| 89 N_("Notify Dialog") |
92 N_("Notify Dialog") |
| 90 }; |
93 }; |
| 91 static GtkWidget *font_widgets[G_N_ELEMENTS(font_prefs)]; |
94 static GtkWidget *font_widgets[G_N_ELEMENTS(font_prefs)]; |
| 92 |
95 |