diff options
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 | } |