fix WACNAME
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 27 Aug 2002 06:01:35 +0000 (06:01 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 27 Aug 2002 06:01:35 +0000 (06:01 +0000)
src/plugin_winamp3/cnv_flacpcm.cpp

index beebfab..bee5145 100644 (file)
@@ -62,7 +62,7 @@ _int nch("# of channels", 2);
 _int samplerate("Sample rate", 44100);\r
 _int bps("Bits per second", 16);\r
 \r
-WACNAME::WACNAME() : WAComponentClient("RAW files support") {\r
+WACNAME::WACNAME() : WAComponentClient("FLAC file support") {\r
        registerService(new waServiceT<svc_mediaConverter, FlacPcm>);\r
 }\r
 \r