diff options
author | simonb <simonb> | 2006-06-21 14:41:16 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-21 14:41:16 (GMT) |
commit | 3ada3b1f0d6d2debaaab48eecf828a406e964c8e (patch) | |
tree | 3c2f02462317408ee8604d0c7bb41092ecfd1c3a /src/Ewmh.cc | |
parent | 62a298b0b30aa5b4990f462aece224e09e4fafe6 (diff) | |
download | fluxbox_pavel-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.zip fluxbox_pavel-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.tar.bz2 |
fix nls... notably classify text on conversion whether its for X or
console, plus handle catalogs better.
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 502c92c..d74092a 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -382,7 +382,7 @@ void Ewmh::updateClientList(BScreen &screen) { | |||
382 | Window *wl = FB_new_nothrow Window[num]; | 382 | Window *wl = FB_new_nothrow Window[num]; |
383 | if (wl == 0) { | 383 | if (wl == 0) { |
384 | _FB_USES_NLS; | 384 | _FB_USES_NLS; |
385 | cerr<<_FBTEXT(Ewmh, OutOfMemoryClientList, | 385 | cerr<<_FB_CONSOLETEXT(Ewmh, OutOfMemoryClientList, |
386 | "Fatal: Out of memory, can't allocate for EWMH client list", "")<<endl; | 386 | "Fatal: Out of memory, can't allocate for EWMH client list", "")<<endl; |
387 | return; | 387 | return; |
388 | } | 388 | } |