all repos — fluxbox @ 17a92c3253e62798aa7efcb95b4d0bdd1ac29dcd

custom fork of the fluxbox windowmanager

little fix for nls in keys
markt markt
commit

17a92c3253e62798aa7efcb95b4d0bdd1ac29dcd

parent

aee80a2424d7b5f96a4c4a6817744709acbaef38

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Keys.ccsrc/Keys.cc

@@ -146,6 +146,7 @@

current_line++; if (!addBinding(linebuffer)) { + _FB_USES_NLS; cerr<<_FB_CONSOLETEXT(Keys, InvalidKeyMod, "Keys: Invalid key/modifier on line", "A bad key/modifier string was found on line (number following)")<<" "<<

@@ -196,7 +197,6 @@ if (it == m_map.end())

m_map[val[0]] = new t_key(0,0); current_key = m_map[val[0]]; } - _FB_USES_NLS; // for each argument for (; argc < val.size(); argc++) {