changeset 280:374a11c096d2 trunk

[svn] typo fix
author nenolod
date Sat, 10 Dec 2005 19:12:53 -0800
parents 2ea45819cb27
children e85198a7f34d
files Plugins/Effect/ladspa/ladspa.c
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Effect/ladspa/ladspa.c	Sat Dec 10 17:41:21 2005 -0800
+++ b/Plugins/Effect/ladspa/ladspa.c	Sat Dec 10 19:12:53 2005 -0800
@@ -28,7 +28,7 @@
 #include <gtk/gtk.h>
 
 #include <audacious/plugin.h>
-#include <audacious/configfile.h>
+#include <libaudacious/configfile.h>
 
 #include "../../../config.h"
 #include "ladspa.h"
@@ -985,11 +985,7 @@
 
   gtk_container_add(GTK_CONTAINER(config_window), vbox);
 
-  #ifdef BUILD_FOR_BMP
-    gtk_window_set_title(GTK_WINDOW(config_window), "BMP " PLUGIN_NAME );
-  #else
-    gtk_window_set_title(GTK_WINDOW(config_window), "XMMS " PLUGIN_NAME );
-  #endif
+  gtk_window_set_title(GTK_WINDOW(config_window), "LADSPA Plugin Catalog");
   gtk_widget_set_usize(config_window, 380, 400);
   gtk_signal_connect (GTK_OBJECT (config_window), "delete_event",
                       GTK_SIGNAL_FUNC (gtk_widget_hide_on_delete), NULL);