[msitools] wixl: fix application name
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] wixl: fix application name
- Date: Thu, 17 Jan 2013 02:33:21 +0000 (UTC)
commit 559d209e742a033bd823c0bc8e70a3e30725445f
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Thu Jan 17 03:33:05 2013 +0100
wixl: fix application name
tools/wixl/wixl.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/wixl/wixl.vala b/tools/wixl/wixl.vala
index e49636f..220d292 100644
--- a/tools/wixl/wixl.vala
+++ b/tools/wixl/wixl.vala
@@ -28,7 +28,7 @@ namespace Wixl {
Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR);
Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8");
Intl.textdomain (Config.GETTEXT_PACKAGE);
- GLib.Environment.set_application_name (Config.PACKAGE_NAME);
+ GLib.Environment.set_application_name ("wixl");
var parameter_string = _("- a msi building tool");
var opt_context = new OptionContext (parameter_string);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]