From 5a90d2b671f01f29043ab82f909440de0abfa362 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 04:46:50 +0000 Subject: otk using ustring for shit that draws. expended its inferface yet some more. --- otk/focuslabel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/focuslabel.cc') 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 -- cgit v1.2.3