diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | nls/fluxbox-nls.hh | 1 | ||||
-rw-r--r-- | src/Screen.cc | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -3,7 +3,7 @@ Changes for 1.0rc3: | |||
3 | *07/01/05: | 3 | *07/01/05: |
4 | * Fix nls digit strings to prefix with zero "%4d" => "%04d" for proper | 4 | * Fix nls digit strings to prefix with zero "%4d" => "%04d" for proper |
5 | spacing (Simon) | 5 | spacing (Simon) |
6 | nls/*/*.m | 6 | Screen.cc nls/fluxbox-nls.hh nls/*/*.m |
7 | * Fix loading of rotated fonts on style change (Simon) | 7 | * Fix loading of rotated fonts on style change (Simon) |
8 | FbTk/... FontImp.hh XftFontImp.hh/cc XmbFontImp.hh/cc XFontImp.hh/cc | 8 | FbTk/... FontImp.hh XftFontImp.hh/cc XmbFontImp.hh/cc XFontImp.hh/cc |
9 | * Change default Xft font to "monospace" (was "fixed") (Simon) | 9 | * Change default Xft font to "monospace" (was "fixed") (Simon) |
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 92b1403..845216f 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -153,6 +153,7 @@ enum { | |||
153 | ScreenAnotherWMRunning = 1, | 153 | ScreenAnotherWMRunning = 1, |
154 | ScreenGeometryFormat = 2, | 154 | ScreenGeometryFormat = 2, |
155 | ScreenManagingScreen = 3, | 155 | ScreenManagingScreen = 3, |
156 | ScreenGeometrySpacing = 4, | ||
156 | 157 | ||
157 | SlitSet = 13, | 158 | SlitSet = 13, |
158 | SlitClientsMenu = 1, | 159 | SlitClientsMenu = 1, |
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 | ||