From: Dana Jansens Date: Mon, 10 Feb 2003 01:39:45 +0000 (+0000) Subject: set the _text X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=c26e5ea7519b02d7b83261faefeec657bb65c4a4;p=chaz%2Fopenbox set the _text --- diff --git a/otk/label.cc b/otk/label.cc index 751fff34..43d06f77 100644 --- a/otk/label.cc +++ b/otk/label.cc @@ -49,6 +49,7 @@ void Label::setText(const ustring &text) std::string s = text.c_str(); // use a normal string, for its functionality _parsedtext.clear(); + _text = text; // parse it into multiple lines std::string::size_type p = 0;