From: Tilman Sauerbeck Date: Sun, 21 May 2006 14:48:59 +0000 (+0200) Subject: use a meaningful title for the window X-Git-Tag: embrace-0.1.0~25 X-Git-Url: http://git.code-monkey.de/?p=embrace.git;a=commitdiff_plain;h=82f2544b1ba0d064c5e9b77795c0a34efe37a37e use a meaningful title for the window --- diff --git a/bin/embrace b/bin/embrace index 70b6366..6691574 100755 --- a/bin/embrace +++ b/bin/embrace @@ -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")