Mercurial > audlegacy-plugins
comparison src/evdev-plug/ed.c @ 527:d124034ebea3 trunk
[svn] - glib/gi18n.h -> audacious/i18n.h for automatic dgettext support
| author | nenolod |
|---|---|
| date | Mon, 22 Jan 2007 18:41:17 -0800 |
| parents | f5ed9a6ad3f1 |
| children | 51d0636e6dd0 |
comparison
equal
deleted
inserted
replaced
| 526:5fa8b0ca6d61 | 527:d124034ebea3 |
|---|---|
| 22 #include "ed_types.h" | 22 #include "ed_types.h" |
| 23 #include "ed_internals.h" | 23 #include "ed_internals.h" |
| 24 #include "ed_actions.h" | 24 #include "ed_actions.h" |
| 25 #include "ed_ui.h" | 25 #include "ed_ui.h" |
| 26 #include "ed_common.h" | 26 #include "ed_common.h" |
| 27 #include <glib/gi18n.h> | 27 #include <audacious/i18n.h> |
| 28 #include <audacious/beepctrl.h> | 28 #include <audacious/beepctrl.h> |
| 29 | 29 |
| 30 | 30 |
| 31 GList *ed_device_listening_list = NULL; | 31 GList *ed_device_listening_list = NULL; |
| 32 gboolean plugin_is_active = FALSE; | 32 gboolean plugin_is_active = FALSE; |
