minor change to plugin description
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 30 Aug 2002 05:42:25 +0000 (05:42 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 30 Aug 2002 05:42:25 +0000 (05:42 +0000)
src/plugin_xmms/plugin.c

index 1553bbe..97fc362 100644 (file)
@@ -115,7 +115,7 @@ static FLAC__bool audio_error_ = false;
 
 InputPlugin *get_iplugin_info()
 {
-       flac_ip.description = g_strdup_printf("FLAC Player v%s", FLAC__VERSION_STRING);
+       flac_ip.description = g_strdup_printf("Reference FLAC Player v%s", FLAC__VERSION_STRING);
        return &flac_ip;
 }