mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
Fix tabulation
This commit is contained in:
parent
ea0479998a
commit
b7f0f6abc8
@ -674,9 +674,9 @@ fe_beep (session *sess)
|
||||
if (!prefs.hex_gui_focus_omitalerts || !fe_gui_info (sess, 0) == 1)
|
||||
{
|
||||
#ifdef WIN32 /* keep this in sync with cfgfiles.c! */
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "share", "beep.wav", NULL);
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "share", "beep.wav", NULL);
|
||||
#else
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "hexchat", "beep.wav", NULL);
|
||||
beepfile = g_build_filename (HEXCHATSHAREDIR, "hexchat", "beep.wav", NULL);
|
||||
#endif
|
||||
sound_play (beepfile, FALSE, TRUE);
|
||||
g_free (beepfile);
|
||||
|
Loading…
Reference in New Issue
Block a user