diff options
Diffstat (limited to 'src/labelwidget.cc')
| -rw-r--r-- | src/labelwidget.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/labelwidget.cc b/src/labelwidget.cc index 445ae260..16c8eae2 100644 --- a/src/labelwidget.cc +++ b/src/labelwidget.cc @@ -26,7 +26,7 @@ LabelWidget::~LabelWidget() } -void LabelWidget::setText(const std::string &text) +void LabelWidget::setText(const otk::ustring &text) { _text = text; _dirty = true; @@ -77,7 +77,7 @@ void LabelWidget::update() otk::Widget::update(); if (draw) { - std::string t = _text; + otk::ustring t = _text; int x = _sidemargin; // x coord for the text // find a string that will fit inside the area for text |
