Mercurial > audlegacy-plugins
comparison src/echo_plugin/gui.c @ 2971:3134a0987162
- changed include path from audacious to audlegacy.
- changed include path for libSAD.h.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Wed, 26 Nov 2008 02:55:04 +0900 |
| parents | bd3a24b39058 |
| children |
comparison
equal
deleted
inserted
replaced
| 2970:57d499fc5056 | 2971:3134a0987162 |
|---|---|
| 1 #include "config.h" | 1 #include "config.h" |
| 2 | 2 |
| 3 #include <gtk/gtk.h> | 3 #include <gtk/gtk.h> |
| 4 #include <audacious/plugin.h> | 4 #include <audlegacy/plugin.h> |
| 5 #include <audacious/i18n.h> | 5 #include <audlegacy/i18n.h> |
| 6 #include "echo.h" | 6 #include "echo.h" |
| 7 | 7 |
| 8 static const char *echo_about_text = | 8 static const char *echo_about_text = |
| 9 N_("Echo Plugin\n" | 9 N_("Echo Plugin\n" |
| 10 "By Johan Levin 1999.\n\n" | 10 "By Johan Levin 1999.\n\n" |
