diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-12 23:55:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-12 23:55:30 +0000 |
| commit | bc99e6a420c04b4607bffc90e528d9572649f95f (patch) | |
| tree | 4f6fd77cc1da27aa838ebd9d7de392a38248ef8e /otk/label.cc | |
| parent | 703ef4df2278adef66a65bcfc9455da41d0413e6 (diff) | |
remove userstring
Diffstat (limited to 'otk/label.cc')
| -rw-r--r-- | otk/label.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/label.cc b/otk/label.cc index cacbb08e..6b6a8e35 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; - 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 |
