X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.cc;fp=otk%2Ffocuslabel.cc;h=397a2cac8928b0e113b37fb2b159c8a47980e644;hb=bc99e6a420c04b4607bffc90e528d9572649f95f;hp=e82fa1ed75c4b8fb05f18e34d02f284d33aa159c;hpb=703ef4df2278adef66a65bcfc9455da41d0413e6;p=chaz%2Fopenbox diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index e82fa1ed..397a2cac 100644 --- a/otk/focuslabel.cc +++ b/otk/focuslabel.cc @@ -41,7 +41,7 @@ void FocusLabel::update(void) : style()->getTextUnfocus()); 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