summaryrefslogtreecommitdiff
path: root/otk/label.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/label.cc')
-rw-r--r--otk/label.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/label.cc b/otk/label.cc
index 6b6a8e35..cacbb08e 100644
--- a/otk/label.cc
+++ b/otk/label.cc
@@ -35,7 +35,7 @@ void Label::update(void)
const Font *ft = style()->getFont();
unsigned int sidemargin = style()->getBevelWidth() * 2;
- std::string t = _text; // the actual text to draw
+ userstring 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