We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb4e1d commit 559d209Copy full SHA for 559d209
tools/wixl/wixl.vala
@@ -28,7 +28,7 @@ namespace Wixl {
28
Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR);
29
Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8");
30
Intl.textdomain (Config.GETTEXT_PACKAGE);
31
- GLib.Environment.set_application_name (Config.PACKAGE_NAME);
+ GLib.Environment.set_application_name ("wixl");
32
33
var parameter_string = _("- a msi building tool");
34
var opt_context = new OptionContext (parameter_string);
0 commit comments