From 3c72823b014147a4cfa028d03f3d686797a085e5 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 20 Oct 2010 03:46:24 +0200 Subject: fix escape character --- plugins/winamp/winamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/winamp') diff --git a/plugins/winamp/winamp.c b/plugins/winamp/winamp.c index 9a5a1075..df1dd44b 100644 --- a/plugins/winamp/winamp.c +++ b/plugins/winamp/winamp.c @@ -171,7 +171,7 @@ int xchat_plugin_init(xchat_plugin *plugin_handle, *plugin_version = "0.5"; xchat_hook_command(ph, "WINAMP", XCHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0); - xchat_command (ph, "MENU -ietc\music.png ADD \"Window/Display current song\" \"WINAMP\""); + xchat_command (ph, "MENU -ietc\\music.png ADD \"Window/Display current song\" \"WINAMP\""); xchat_print(ph, "Winamp plugin loaded\n"); -- cgit 1.4.1