]> Dogcows Code - chaz/openbox/commitdiff
dont use append, dont need to extend ustring!
authorDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 07:15:02 +0000 (07:15 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 13 Jan 2003 07:15:02 +0000 (07:15 +0000)
src/frame.cc

index a2a6cc071644a37e27f5a18e867b5e15a56bebe2..ce5e961ea4c8d4e3ef0aeb873e3b9ecc15407ab0 100644 (file)
@@ -223,7 +223,7 @@ void Frame::adjustSize()
       layout.erase(i--, 1);
     }
     if (!tit_l)
-      layout.append(1, 'L');
+      layout += "L";
     
     // the size of the label. this ASSUMES the layout has only buttons other
     // that the ONE LABEL!!
This page took 0.02469 seconds and 4 git commands to generate.