summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index c03ff66..d1e5fc5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -82,7 +82,7 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
}
- g_set_application_name("Marquee");
+ g_set_application_name(PACKAGE_NAME);
application = mq_application_new(opt_profile, opt_private);
mq_application_add_window(application, opt_uris);