summaryrefslogtreecommitdiff
path: root/src/plugin_xmms/plugin.c
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2005-02-02 05:50:52 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2005-02-02 05:50:52 +0000
commita4107779a026c75465a1e000693b25c206736154 (patch)
tree05a224d19ba06a8103f5cb19a599490a9d3e8f63 /src/plugin_xmms/plugin.c
parent1c00851aa7450e78bac0d9f66652e824e35198cf (diff)
downloadflac-a4107779a026c75465a1e000693b25c206736154.tar.gz
remove the "Reference" from the plugin description
Diffstat (limited to 'src/plugin_xmms/plugin.c')
-rw-r--r--src/plugin_xmms/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin_xmms/plugin.c b/src/plugin_xmms/plugin.c
index 62bdc247..73257858 100644
--- a/src/plugin_xmms/plugin.c
+++ b/src/plugin_xmms/plugin.c
@@ -135,7 +135,7 @@ InputPlugin flac_ip =
{
NULL,
NULL,
- "Reference FLAC Player v" VERSION,
+ "FLAC Player v" VERSION,
FLAC_XMMS__init,
FLAC_XMMS__aboutbox,
FLAC_XMMS__configure,