diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 07:15:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 07:15:02 +0000 |
| commit | 4dba699857918d0feda52c71c58eccd08839ec8b (patch) | |
| tree | b1cbc96e79b3bcbeb10a4dbfb9edb82933e07775 /src | |
| parent | 55f138186097931f3bf81618e36d2ad53e0c07fd (diff) | |
dont use append, dont need to extend ustring!
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.cc b/src/frame.cc index a2a6cc07..ce5e961e 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -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!! |
