Add desktop file and D-Bus service files for cinaest and the IMDb downloader
[cinaest] / src / main.vala
index 58d32e7..b4d89bb 100644 (file)
@@ -74,7 +74,11 @@ public class CinaestProgram : Hildon.Program {
                Gtk.init (ref args);
                Gdk.threads_init ();
 
-               var osso_context = new Osso.Context ("org.maemo.cinaest", Config.VERSION, true, null);
+               Intl.setlocale (LocaleCategory.ALL, "");
+               Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR);
+               Intl.textdomain (Config.GETTEXT_PACKAGE);
+
+               var osso_context = new Osso.Context ("org.maemo.garage.cinaest", Config.VERSION, true, null);
                if (osso_context == null) {
                        return Osso.Status.ERROR;
                }