comparison src/evdev-plug/ed_ui.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 0cc6b35fbeb4
comparison
equal deleted inserted replaced
526:5fa8b0ca6d61 527:d124034ebea3
25 #include "ed_bindings_store.h" 25 #include "ed_bindings_store.h"
26 #include "ed_common.h" 26 #include "ed_common.h"
27 #include <stdlib.h> 27 #include <stdlib.h>
28 #include <linux/input.h> 28 #include <linux/input.h>
29 29
30 #include <glib/gi18n.h> 30 #include <audacious/i18n.h>
31 #include <gtk/gtk.h> 31 #include <gtk/gtk.h>
32 32
33 33
34 static void cfg_ui_bindings_show ( ed_device_t * , GtkTreeRowReference * ); 34 static void cfg_ui_bindings_show ( ed_device_t * , GtkTreeRowReference * );
35 35