summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-14 11:56:50 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-14 11:56:50 +0200
commitea0479998a0d44eb2a02c5ec18a692b17aa53274 (patch)
treeb951022af72d1a6fa0f84d2958075be1702374e7 /src/common/cfgfiles.c
parent9272eb43252e8956df6eedd2c96c718b247bca94 (diff)
Use bundled beep file for beep alerts
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 4b8a4c8d..712f2bfa 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -843,7 +843,7 @@ load_config (void)
 			g_free (buf);
 
 			buf = g_build_filename (get_xdir (), "sounds", "beep.wav", NULL);
-#ifdef WIN32
+#ifdef WIN32	/* keep this in sync with fe-gtk.c! */
 			beepsrc = g_file_new_for_path (HEXCHATSHAREDIR G_DIR_SEPARATOR_S "share" G_DIR_SEPARATOR_S "beep.wav");
 #else
 			beepsrc = g_file_new_for_path (HEXCHATSHAREDIR G_DIR_SEPARATOR_S "hexchat" G_DIR_SEPARATOR_S "beep.wav");