projects
/
embrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
604a54e
)
use a meaningful title for the window
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 21 May 2006 14:48:59 +0000
(16:48 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 21 May 2006 14:48:59 +0000
(16:48 +0200)
bin/embrace
patch
|
blob
|
history
diff --git
a/bin/embrace
b/bin/embrace
index 70b6366a4707fe9eed80c5f75e104a8e72794984..66915743cf3aa4a654f03a07c82896cbe4097735 100755
(executable)
--- 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")