summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/abaddon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abaddon.cpp b/src/abaddon.cpp
index 6557182..cf10f91 100644
--- a/src/abaddon.cpp
+++ b/src/abaddon.cpp
@@ -177,6 +177,7 @@ static void MainEventHandler(GdkEvent *event, void *main_window) {
int Abaddon::StartGTK() {
m_gtk_app = Gtk::Application::create("com.github.uowuo.abaddon");
+ Glib::set_application_name(APP_TITLE);
#ifdef WITH_LIBHANDY
m_gtk_app->signal_activate().connect([] {