]> Dogcows Code - chaz/openbox/blobdiff - src/frame.cc
almost done the ustring conversion
[chaz/openbox] / src / frame.cc
index 12a42ec2a9b481ce402e688ad69f08c56fc66bc5..a2a6cc071644a37e27f5a18e867b5e15a56bebe2 100644 (file)
@@ -64,7 +64,7 @@ Frame::~Frame()
 }
 
 
-void Frame::setTitle(const std::string &text)
+void Frame::setTitle(const otk::ustring &text)
 {
   _label.setText(text);
   _label.update();
@@ -172,7 +172,7 @@ void Frame::adjustSize()
     // separation between titlebar elements
     const int sep = bevel + 1;
 
-    std::string layout;
+    otk::ustring layout;
     if (!python_get_string("titlebar_layout", &layout))
       layout = "ILMC";
 
This page took 0.023661 seconds and 4 git commands to generate.