summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--abaddon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/abaddon.cpp b/abaddon.cpp
index 12326b2..06a9912 100644
--- a/abaddon.cpp
+++ b/abaddon.cpp
@@ -61,7 +61,7 @@ Abaddon &Abaddon::Get() {
}
int Abaddon::StartGTK() {
- m_gtk_app = Gtk::Application::create("com.github.lorpus.abaddon");
+ m_gtk_app = Gtk::Application::create("com.github.uowuo.abaddon");
// tmp css stuff
m_css_provider = Gtk::CssProvider::create();