From 1c0548c4ca8b96a1f0d39ad0c7932ae0cbf1fa92 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 11 Nov 2012 14:39:35 +0100 Subject: [PATCH] Copy-paste fix --- src/common/cfgfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},