summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 11:53:39 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 11:53:39 +0200
commit0ec02c13c7b17f2ad74a834f8b7b2d1ecc2d4630 (patch)
tree0ce1e63b2161a7c0a9ded4fe6fe185f52e838d5d /src/common
parent05b6e0b330f423d5b163c07fffb1183abe75c3fa (diff)
Make beep consistent with other alerts
Diffstat (limited to 'src/common')
-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 61df96c6..a787668e 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -493,7 +493,7 @@ const struct prefs vars[] = {
 	{"input_balloon_time", P_OFFINT (input_balloon_time), TYPE_INT},
 	{"input_beep_chans", P_OFFINT (input_beep_chans), TYPE_BOOL},
 	{"input_beep_hilight", P_OFFINT (input_beep_hilight), TYPE_BOOL},
-	{"input_beep_msg", P_OFFINT (input_beep_priv), TYPE_BOOL},
+	{"input_beep_priv", P_OFFINT (input_beep_priv), TYPE_BOOL},
 	{"input_command_char", P_OFFSET (cmdchar), TYPE_STR},
 	{"input_filter_beep", P_OFFINT (filterbeep), TYPE_BOOL},
 	{"input_flash_chans", P_OFFINT (input_flash_chans), TYPE_BOOL},