aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-entry-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/text/e-entry-test.c')
-rw-r--r--widgets/text/e-entry-test.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/widgets/text/e-entry-test.c b/widgets/text/e-entry-test.c
index d30ba20a9f..c5e5687396 100644
--- a/widgets/text/e-entry-test.c
+++ b/widgets/text/e-entry-test.c
@@ -24,8 +24,11 @@
#include <config.h>
#include <gnome.h>
+
+#include "gal/util/e-i18n.h"
+#include "gal/util/e-util-private.h"
+
#include "e-entry.h"
-#include <gal/util/e-i18n.h>
static void destroy_callback(gpointer data, GObject *where_object_was)
{
@@ -57,7 +60,7 @@ int main( int argc, char *argv[] )
GtkWidget *app;
GtkWidget *entry;
- /* bindtextdomain (PACKAGE, GNOMELOCALEDIR);
+ /* bindtextdomain (PACKAGE, GAL_LOCALEDIR);
textdomain (PACKAGE);*/
gnome_init( "EEntry Test", VERSION, argc, argv);