X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Flabel.cc;h=6b6a8e358424406a34a2ca95678f501cbfeeb1ad;hb=8b73f6f02517e717842d122d82e1eb08cda95e19;hp=cacbb08e18f8df6c2ae1293566c502796c6a94e4;hpb=74061b4e2d33d7e2101c4edda26cfc2a1294f32b;p=chaz%2Fopenbox diff --git a/otk/label.cc b/otk/label.cc index cacbb08e..6b6a8e35 100644 --- a/otk/label.cc +++ b/otk/label.cc @@ -35,7 +35,7 @@ void Label::update(void) const Font *ft = style()->getFont(); unsigned int sidemargin = style()->getBevelWidth() * 2; - userstring t = _text; // the actual text to draw + std::string t = _text; // the actual text to draw int x = sidemargin; // x coord for the text // find a string that will fit inside the area for text