]> Dogcows Code - chaz/openbox/blobdiff - otk/label.cc
begin conversion to ustring. add some more members.
[chaz/openbox] / otk / label.cc
index cacbb08e18f8df6c2ae1293566c502796c6a94e4..6b6a8e358424406a34a2ca95678f501cbfeeb1ad 100644 (file)
@@ -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
This page took 0.023398 seconds and 4 git commands to generate.