X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk%2Ffocuslabel.cc;h=397a2cac8928b0e113b37fb2b159c8a47980e644;hb=711e499c703c5bd3a12183c2cbbd3910c7aba99b;hp=e82fa1ed75c4b8fb05f18e34d02f284d33aa159c;hpb=74061b4e2d33d7e2101c4edda26cfc2a1294f32b;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