summaryrefslogtreecommitdiff
path: root/otk/focuslabel.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 04:46:50 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 04:46:50 +0000
commit5a90d2b671f01f29043ab82f909440de0abfa362 (patch)
tree9f784a0c35d5594409b92d28f08404cb4e55f386 /otk/focuslabel.cc
parent4947902d269213edee40f3f31f97721fa0dd3877 (diff)
otk using ustring for shit that draws. expended its inferface yet some more.
Diffstat (limited to 'otk/focuslabel.cc')
-rw-r--r--otk/focuslabel.cc2
1 files changed, 1 insertions, 1 deletions
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