r339: The menu key bindings are now only saved if they actually changed.
[rox-filer.git] / ROX-Filer / src / i18n.h
blob4708117bf0e8a9db145e80b0aa8b51a2522a4048
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #include <gtk/gtk.h>
10 void i18n_init(void);
11 GtkItemFactoryEntry *translate_entries(GtkItemFactoryEntry *entries, gint n);
12 void free_translated_entries(GtkItemFactoryEntry *entries, gint n);