summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsimonb <simonb>2007-01-05 15:20:30 (GMT)
committersimonb <simonb>2007-01-05 15:20:30 (GMT)
commitfcc756c052c91eb582b459684017e10898322eed (patch)
treee061b3bfb7bd36bdd6121eb1e6d7fde4cb3a2879 /src
parent23c9ea167478166b41fb83b6052d856350509129 (diff)
downloadfluxbox_lack-fcc756c052c91eb582b459684017e10898322eed.zip
fluxbox_lack-fcc756c052c91eb582b459684017e10898322eed.tar.bz2
patch needed to be a bit heavier to properly separate a string for
spacing and a string for the text...
Diffstat (limited to 'src')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 2e4a6dd..5ea6202 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1975,7 +1975,7 @@ void BScreen::renderGeomWindow() {
1975 _FB_USES_NLS; 1975 _FB_USES_NLS;
1976 1976
1977 sprintf(label, 1977 sprintf(label,
1978 _FB_XTEXT(Screen, GeometryFormat, 1978 _FB_XTEXT(Screen, GeometrySpacing,
1979 "W: %04d x H: %04d", "Representative maximum sized text for width and height dialog").c_str(), 1979 "W: %04d x H: %04d", "Representative maximum sized text for width and height dialog").c_str(),
1980 0, 0); 1980 0, 0);
1981 1981