From: Josh Coalson Date: Tue, 27 Aug 2002 06:01:35 +0000 (+0000) Subject: fix WACNAME X-Git-Tag: 1.2.0~1588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d41726b381bcd3a0dd64a623af9dc06a5bd41bd7;p=platform%2Fupstream%2Fflac.git fix WACNAME --- diff --git a/src/plugin_winamp3/cnv_flacpcm.cpp b/src/plugin_winamp3/cnv_flacpcm.cpp index beebfab..bee5145 100644 --- a/src/plugin_winamp3/cnv_flacpcm.cpp +++ b/src/plugin_winamp3/cnv_flacpcm.cpp @@ -62,7 +62,7 @@ _int nch("# of channels", 2); _int samplerate("Sample rate", 44100); _int bps("Bits per second", 16); -WACNAME::WACNAME() : WAComponentClient("RAW files support") { +WACNAME::WACNAME() : WAComponentClient("FLAC file support") { registerService(new waServiceT); }