diff options
Diffstat (limited to 'widgets/text/e-entry-test.c')
-rw-r--r-- | widgets/text/e-entry-test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/text/e-entry-test.c b/widgets/text/e-entry-test.c index c5e5687396..42a24bd567 100644 --- a/widgets/text/e-entry-test.c +++ b/widgets/text/e-entry-test.c @@ -25,8 +25,8 @@ #include <gnome.h> -#include "gal/util/e-i18n.h" -#include "gal/util/e-util-private.h" +#include "e-util/e-i18n.h" +#include "e-util/e-util-private.h" #include "e-entry.h" @@ -60,7 +60,7 @@ int main( int argc, char *argv[] ) GtkWidget *app; GtkWidget *entry; - /* bindtextdomain (PACKAGE, GAL_LOCALEDIR); + /* bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE);*/ gnome_init( "EEntry Test", VERSION, argc, argv); |