projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac2131
)
put an S on the stick button
author
Dana Jansens
<danakj@orodu.net>
Tue, 3 Dec 2002 15:38:47 +0000
(15:38 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 3 Dec 2002 15:38:47 +0000
(15:38 +0000)
src/frame.cc
patch
|
blob
|
history
diff --git
a/src/frame.cc
b/src/frame.cc
index 6ec6dd5523ed3416bd22b3a77c0d50e507bf680a..c8d47882373c97da6fbb6f98ef651cfa2a19f5d2 100644
(file)
--- a/
src/frame.cc
+++ b/
src/frame.cc
@@
-56,7
+56,7
@@
OBFrame::OBFrame(OBClient *client, otk::Style *style)
_button_close.setText("X");
_button_iconify.setText("I");
_button_max.setText("M");
- _button_stick.setText("
C
");
+ _button_stick.setText("
S
");
_label.setText(_client->title());
_style = 0;