| 55 }; |
55 }; |
| 56 static GtkWidget *widget_size_widgets[G_N_ELEMENTS(widget_size_prefs)]; |
56 static GtkWidget *widget_size_widgets[G_N_ELEMENTS(widget_size_prefs)]; |
| 57 |
57 |
| 58 static const gchar *font_prefs[] = { |
58 static const gchar *font_prefs[] = { |
| 59 "/plugins/gtk/purplerc/font/*pidgin_conv_entry", |
59 "/plugins/gtk/purplerc/font/*pidgin_conv_entry", |
| 60 "/plugins/gtk/purplerc/font/*pidgin_conv_imhtml", |
|
| 61 "/plugins/gtk/purplerc/font/*pidgin_log_imhtml", |
|
| 62 "/plugins/gtk/purplerc/font/*pidgin_request_imhtml", |
60 "/plugins/gtk/purplerc/font/*pidgin_request_imhtml", |
| 63 "/plugins/gtk/purplerc/font/*pidgin_notify_imhtml", |
61 "/plugins/gtk/purplerc/font/*pidgin_notify_imhtml", |
| 64 }; |
62 }; |
| 65 static const gchar *font_prefs_set[] = { |
63 static const gchar *font_prefs_set[] = { |
| 66 "/plugins/gtk/purplerc/set/font/*pidgin_conv_entry", |
64 "/plugins/gtk/purplerc/set/font/*pidgin_conv_entry", |
| 67 "/plugins/gtk/purplerc/set/font/*pidgin_conv_imhtml", |
|
| 68 "/plugins/gtk/purplerc/set/font/*pidgin_log_imhtml", |
|
| 69 "/plugins/gtk/purplerc/set/font/*pidgin_request_imhtml", |
65 "/plugins/gtk/purplerc/set/font/*pidgin_request_imhtml", |
| 70 "/plugins/gtk/purplerc/set/font/*pidgin_notify_imhtml", |
66 "/plugins/gtk/purplerc/set/font/*pidgin_notify_imhtml", |
| 71 }; |
67 }; |
| 72 static const gchar *font_names[] = { |
68 static const gchar *font_names[] = { |
| 73 N_("Conversation Entry"), |
69 N_("Conversation Entry"), |
| 74 N_("Conversation History"), |
|
| 75 N_("Log Viewer"), |
|
| 76 N_("Request Dialog"), |
70 N_("Request Dialog"), |
| 77 N_("Notify Dialog") |
71 N_("Notify Dialog") |
| 78 }; |
72 }; |
| 79 static GtkWidget *font_widgets[G_N_ELEMENTS(font_prefs)]; |
73 static GtkWidget *font_widgets[G_N_ELEMENTS(font_prefs)]; |
| 80 |
74 |