summaryrefslogtreecommitdiff
path: root/otk/focuslabel.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-12 21:17:26 +0000
committerDana Jansens <danakj@orodu.net>2003-01-12 21:17:26 +0000
commit74061b4e2d33d7e2101c4edda26cfc2a1294f32b (patch)
treec0bfe3b00472252f4cbf67c39bd82110f8a03175 /otk/focuslabel.cc
parentc03068ee3a2e981e31eeda583d10b9d572de92bd (diff)
use "userstring" for all user viewable strings
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..e82fa1ed 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
+ 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