diff Plugins/Input/wma/wma.c @ 751:6636d328fa38 trunk

[svn] more progress
author nenolod
date Mon, 27 Feb 2006 20:47:59 -0800
parents 82346a6312c2
children e143cbba4819
line wrap: on
line diff
--- a/Plugins/Input/wma/wma.c	Mon Feb 27 20:37:43 2006 -0800
+++ b/Plugins/Input/wma/wma.c	Mon Feb 27 20:47:59 2006 -0800
@@ -116,7 +116,7 @@
 InputPlugin *get_iplugin_info(void)
 {
     memset(description, 0, 64);
-    wma_ip.description = g_strdup_printf(_("WMA Player %s"), VERSION);
+    wma_ip.description = g_strdup_printf(_("WMA Player %s"), PACKAGE_VERSION);
     return &wma_ip;
 }