comparison src/echo_plugin/gui.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents 4d6045c20cc5
children 769e17da93dd
comparison
equal deleted inserted replaced
2518:eef3a506a2b8 2519:2da1343a024d
2 2
3 #include <gtk/gtk.h> 3 #include <gtk/gtk.h>
4 #include <audacious/plugin.h> 4 #include <audacious/plugin.h>
5 #include <audacious/i18n.h> 5 #include <audacious/i18n.h>
6 #include <audacious/util.h> 6 #include <audacious/util.h>
7 #include <audacious/configdb.h>
8 #include "echo.h" 7 #include "echo.h"
9 8
10 static const char *echo_about_text = 9 static const char *echo_about_text =
11 N_("Echo Plugin\n" 10 N_("Echo Plugin\n"
12 "By Johan Levin 1999.\n\n" 11 "By Johan Levin 1999.\n\n"