--- main.c.orig 2003-09-29 17:22:47.000000000 +0200 +++ main.c 2003-09-29 17:12:56.000000000 +0200 @@ -19,6 +19,7 @@ #include "main.h" #include "handlers.h" +#include #include #define SN_API_NOT_YET_FROZEN @@ -52,6 +53,10 @@ SnLauncheeContext *sn_cx; gchar *p; + setlocale (LC_MESSAGES, ""); + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); + parse_paths_startup(); gtk_init(&argc, &argv);