diff --git a/SparkleShare/Linux/SparkleUI.cs b/SparkleShare/Linux/SparkleUI.cs index 4c5b27b0..45ec21e0 100644 --- a/SparkleShare/Linux/SparkleUI.cs +++ b/SparkleShare/Linux/SparkleUI.cs @@ -42,7 +42,7 @@ namespace SparkleShare { public SparkleUI () { - this.application = new Gtk.Application ("org.sparkleshare.sparkleshare", 0); + this.application = new Gtk.Application ("org.sparkleshare.SparkleShare", 0); this.application.Register (null); this.application.Activated += ApplicationActivatedDelegate;