diff Visualization/libvisual-proxy/main.c @ 41:d26bb1168d00 trunk

[svn] More fixes.
author nenolod
date Wed, 26 Oct 2005 11:32:09 -0700
parents bd8bfeae314e
children 5a432360e41e
line wrap: on
line diff
--- a/Visualization/libvisual-proxy/main.c	Wed Oct 26 11:22:20 2005 -0700
+++ b/Visualization/libvisual-proxy/main.c	Wed Oct 26 11:32:09 2005 -0700
@@ -142,7 +142,7 @@
 					SDL_GetError(),
 					"\n\n", PACKAGE_NAME,
 					_(" will not be loaded."), 0);
-		msgwin = xmms_show_message (PACKAGE_NAME, msg, _("Accept"), TRUE, dummy, NULL);
+		msgwin = xmms_show_message ("libvisual-proxy", msg, _("Accept"), TRUE, dummy, NULL);
 		gtk_widget_show (msgwin);
 		g_free (msg);
 		return;