X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.cc;fp=otk%2Ffocuslabel.cc;h=79c1507f43ae7ad25caeb34346d2b6857a34dfeb;hb=5a90d2b671f01f29043ab82f909440de0abfa362;hp=397a2cac8928b0e113b37fb2b159c8a47980e644;hpb=4947902d269213edee40f3f31f97721fa0dd3877;p=chaz%2Fopenbox diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index 397a2cac..79c1507f 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; - std::string t = _text; // the actual text to draw + ustring 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