summaryrefslogtreecommitdiff
path: root/otk/focuslabel.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-12 23:55:30 +0000
committerDana Jansens <danakj@orodu.net>2003-01-12 23:55:30 +0000
commitbc99e6a420c04b4607bffc90e528d9572649f95f (patch)
tree4f6fd77cc1da27aa838ebd9d7de392a38248ef8e /otk/focuslabel.cc
parent703ef4df2278adef66a65bcfc9455da41d0413e6 (diff)
remove userstring
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 e82fa1ed..397a2cac 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;
- userstring t = _text; // the actual text to draw
+ std::string 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