Mercurial > audlegacy-plugins
changeset 1983:47057148c992
never use gi18n from plugin-space
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 07 Oct 2007 01:13:02 -0500 |
parents | 0ea55fc6f220 |
children | 489e32a8e106 |
files | src/flacng/plugin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/flacng/plugin.c Sun Oct 07 01:10:41 2007 -0500 +++ b/src/flacng/plugin.c Sun Oct 07 01:13:02 2007 -0500 @@ -20,7 +20,7 @@ #include "flacng.h" #include <audacious/util.h> #include <audacious/output.h> -#include <glib/gi18n.h> +#include <audacious/i18n.h> #include "tools.h" #include "plugin.h" #include "seekable_stream_callbacks.h"