]> Dogcows Code - chaz/openbox/commitdiff
put an S on the stick button
authorDana Jansens <danakj@orodu.net>
Tue, 3 Dec 2002 15:38:47 +0000 (15:38 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 3 Dec 2002 15:38:47 +0000 (15:38 +0000)
src/frame.cc

index 6ec6dd5523ed3416bd22b3a77c0d50e507bf680a..c8d47882373c97da6fbb6f98ef651cfa2a19f5d2 100644 (file)
@@ -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;
This page took 0.022268 seconds and 4 git commands to generate.