projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebdfbda
)
set the _text
author
Dana Jansens
<danakj@orodu.net>
Mon, 10 Feb 2003 01:39:45 +0000
(
01:39
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 10 Feb 2003 01:39:45 +0000
(
01:39
+0000)
otk/label.cc
patch
|
blob
|
history
diff --git
a/otk/label.cc
b/otk/label.cc
index 751fff3421197c55954ef41404f8b1dc611e8ac1..43d06f77aa6e8b0ad5e2ee1951ba51e976c200b3 100644
(file)
--- 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;