From: Dana Jansens Date: Tue, 3 Dec 2002 15:38:47 +0000 (+0000) Subject: put an S on the stick button X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0089719c806599a405c2def0e1e84a0ac99d9937;p=chaz%2Fopenbox put an S on the stick button --- diff --git a/src/frame.cc b/src/frame.cc index 6ec6dd55..c8d47882 100644 --- 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;