diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,6 +79,8 @@ main(int argc, char *argv[]) return EXIT_SUCCESS; } + g_set_application_name("Marquee"); + mq_window_new(opt_uris); gtk_main(); |
index : marquee/marquee.git | ||
Marquee Web browser | P. J. McDermott |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/main.c | 2 |
@@ -79,6 +79,8 @@ main(int argc, char *argv[]) return EXIT_SUCCESS; } + g_set_application_name("Marquee"); + mq_window_new(opt_uris); gtk_main(); |