use a meaningful title for the window
[embrace.git] / bin / embrace
index 70b6366a4707fe9eed80c5f75e104a8e72794984..66915743cf3aa4a654f03a07c82896cbe4097735 100755 (executable)
@@ -317,7 +317,7 @@ module Embrace
                def initialize
                        super
 
-                       self.title = "blah"
+                       self.title = "Embrace"
                        self.borderless = true
 
                        @icon_dim = IO.read(ICON_FILE, 8, 16).unpack("NN")