]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.cc
use "userstring" for all user viewable strings
[chaz/openbox] / otk / focuslabel.cc
index 397a2cac8928b0e113b37fb2b159c8a47980e644..e82fa1ed75c4b8fb05f18e34d02f284d33aa159c 100644 (file)
@@ -41,7 +41,7 @@ void FocusLabel::update(void)
                           : style()->getTextUnfocus());
     unsigned int sidemargin = style()->getBevelWidth() * 2;
 
-    std::string t = _text; // the actual text to draw
+    userstring 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.024226 seconds and 4 git commands to generate.