summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 14:39:35 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 14:39:35 +0100
commit1c0548c4ca8b96a1f0d39ad0c7932ae0cbf1fa92 (patch)
tree8e1025ed0d533b8d9d743fdd6352d19c6b7cf17b /src/common/cfgfiles.c
parent348c6ba919d3dc28c669984890e5d1ac605e289b (diff)
Copy-paste fix
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 3daab3a0..dd31a541 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -425,7 +425,7 @@ const struct prefs vars[] =
 	{"gui_dialog_height", P_OFFINT (hex_gui_dialog_height), TYPE_INT},
 	{"gui_dialog_left", P_OFFINT (hex_gui_dialog_left), TYPE_INT},
 	{"gui_dialog_top", P_OFFINT (hex_gui_dialog_top), TYPE_INT},
-	{"gui_prefs.hex_gui_dialog_width", P_OFFINT (hex_gui_dialog_width), TYPE_INT},
+	{"gui_dialog_width", P_OFFINT (hex_gui_dialog_width), TYPE_INT},
 	{"gui_hide_menu", P_OFFINT (hex_gui_hide_menu), TYPE_BOOL},
 	{"gui_input_icon", P_OFFINT (hex_gui_input_icon), TYPE_BOOL},
 	{"gui_input_nick", P_OFFINT (hex_gui_input_nick), TYPE_BOOL},