From 7e09fadfc4592e5de85918d96241f995d516c8fb Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 1 Feb 2005 04:44:56 +0000 Subject: [PATCH] remove the "Reference" from the plugin description --- src/plugin_winamp2/in_flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin_winamp2/in_flac.c b/src/plugin_winamp2/in_flac.c index b0aefb06..4b843c2b 100644 --- a/src/plugin_winamp2/in_flac.c +++ b/src/plugin_winamp2/in_flac.c @@ -393,7 +393,7 @@ static int infobox(char *fn, HWND hwnd) static In_Module mod_ = { IN_VER, - "Reference FLAC Decoder v" PLUGIN_VERSION, + "FLAC Decoder v" PLUGIN_VERSION, 0, /* hMainWindow */ 0, /* hDllInstance */ "FLAC\0FLAC Audio File (*.FLAC)\0",