From bc99e6a420c04b4607bffc90e528d9572649f95f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 Jan 2003 23:55:30 +0000 Subject: remove userstring --- otk/label.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/label.cc') 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 -- cgit v1.2.3