From ea0479998a0d44eb2a02c5ec18a692b17aa53274 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 14 Apr 2013 11:56:50 +0200 Subject: Use bundled beep file for beep alerts --- src/common/cfgfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/cfgfiles.c') 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"); -- cgit 1.4.1