]> Dogcows Code - chaz/openbox/blobdiff - otk/label.cc
ustring seems to be working! yay!
[chaz/openbox] / otk / label.cc
index 6b6a8e358424406a34a2ca95678f501cbfeeb1ad..05ed6cfa13c9e3975d643828cd018deb311e9210 100644 (file)
@@ -35,7 +35,7 @@ void Label::update(void)
     const Font *ft = style()->getFont();
     unsigned int sidemargin = style()->getBevelWidth() * 2;
 
-    std::string t = _text; // the actual text to draw
+    ustring 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.02165 seconds and 4 git commands to generate.