dont need main.vala anymore
This commit is contained in:
parent
c227e8caea
commit
76a8315434
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
int main (string[] args) {
|
||||
// do it ourselves or it's broken
|
||||
Gtk.disable_setlocale ();
|
||||
Intl.bindtextdomain (Audrey.Config.GETTEXT_PACKAGE, Audrey.Config.LOCALEDIR);
|
||||
Intl.bind_textdomain_codeset (Audrey.Config.GETTEXT_PACKAGE, "UTF-8");
|
||||
Intl.textdomain (Audrey.Config.GETTEXT_PACKAGE);
|
||||
Intl.setlocale (LocaleCategory.ALL, "");
|
||||
Intl.setlocale (LocaleCategory.NUMERIC, "C.UTF-8");
|
||||
|
||||
var app = new Audrey.Application ();
|
||||
return app.run (args);
|
||||
}
|
Loading…
Reference in a new issue