all repos — fluxbox @ fcc756c052c91eb582b459684017e10898322eed

custom fork of the fluxbox windowmanager

patch needed to be a bit heavier to properly separate a string for 
spacing and a string for the text...
simonb simonb
commit

fcc756c052c91eb582b459684017e10898322eed

parent

23c9ea167478166b41fb83b6052d856350509129

3 files changed, 3 insertions(+), 2 deletions(-)

jump to
M ChangeLogChangeLog

@@ -3,7 +3,7 @@ Changes for 1.0rc3:

*07/01/05: * Fix nls digit strings to prefix with zero "%4d" => "%04d" for proper spacing (Simon) - nls/*/*.m + Screen.cc nls/fluxbox-nls.hh nls/*/*.m * Fix loading of rotated fonts on style change (Simon) FbTk/... FontImp.hh XftFontImp.hh/cc XmbFontImp.hh/cc XFontImp.hh/cc * Change default Xft font to "monospace" (was "fixed") (Simon)
M nls/fluxbox-nls.hhnls/fluxbox-nls.hh

@@ -153,6 +153,7 @@ ScreenSet = 12,

ScreenAnotherWMRunning = 1, ScreenGeometryFormat = 2, ScreenManagingScreen = 3, + ScreenGeometrySpacing = 4, SlitSet = 13, SlitClientsMenu = 1,
M src/Screen.ccsrc/Screen.cc

@@ -1975,7 +1975,7 @@ char label[256];

_FB_USES_NLS; sprintf(label, - _FB_XTEXT(Screen, GeometryFormat, + _FB_XTEXT(Screen, GeometrySpacing, "W: %04d x H: %04d", "Representative maximum sized text for width and height dialog").c_str(), 0, 0);