summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 50bb896..447e724 100644
--- a/src/main.c
+++ b/src/main.c
@@ -79,6 +79,8 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
}
+ g_set_application_name("Marquee");
+
mq_window_new(opt_uris);
gtk_main();