changeset 1127:3fa735fad598 trunk

[svn] (Re)added the description
author zither
date Sat, 26 May 2007 14:54:07 -0700
parents 50505f91e6c7
children ea77e4df4ce4
files ChangeLog src/wavpack/libwavpack.cxx
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 26 14:50:52 2007 -0700
+++ b/ChangeLog	Sat May 26 14:54:07 2007 -0700
@@ -1,3 +1,10 @@
+2007-05-26 21:50:52 +0000  
+  revision [2418]
+  (Re)added the description
+  trunk/src/cdaudio/cdaudio.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2007-05-26 21:44:32 +0000  
   revision [2416]
   Added a lot of useful debug output
--- a/src/wavpack/libwavpack.cxx	Sat May 26 14:50:52 2007 -0700
+++ b/src/wavpack/libwavpack.cxx	Sat May 26 14:54:07 2007 -0700
@@ -61,7 +61,7 @@
 InputPlugin mod = {
     NULL,                       //handle
     NULL,                       //filename
-    NULL,
+    "WavPack Audio Plugin",
     wv_load_config,
     wv_about_box,
     wv_configure,