diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 09:00:35 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 09:00:35 +0200 |
commit | fba30c4cf89fe4c77415f8bff1567b1ee4672f83 (patch) | |
tree | 3966e5731332503fe10e15837622ddcfd2fc97ee /src/fe-gtk | |
parent | 25f25069846cbf5276542901abbf201f5afafd38 (diff) |
Rebrand xchatprefs
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index a727de7f..8459d749 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -66,7 +66,7 @@ GtkStyle *create_input_style (GtkStyle *); static int last_selected_page = 0; static int last_selected_row = 0; /* sound row */ static gboolean color_change; -static struct xchatprefs setup_prefs; +static struct hexchatprefs setup_prefs; static GtkWidget *cancel_button; static GtkWidget *font_dialog = NULL; @@ -2182,7 +2182,7 @@ setup_apply_real (int new_pix, int do_ulist, int do_layout) } static void -setup_apply (struct xchatprefs *pr) +setup_apply (struct hexchatprefs *pr) { #ifdef WIN32 PangoFontDescription *old_desc; |