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/Gnome.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/Gnome.cc')
-rw-r--r-- | src/Gnome.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gnome.cc b/src/Gnome.cc index 96bf2fd..917c810 100644 --- a/src/Gnome.cc +++ b/src/Gnome.cc | |||
@@ -167,7 +167,7 @@ void Gnome::updateClientList(BScreen &screen) { | |||
167 | Window *wl = new Window[num]; | 167 | Window *wl = new Window[num]; |
168 | if (wl == 0) { | 168 | if (wl == 0) { |
169 | _FB_USES_NLS; | 169 | _FB_USES_NLS; |
170 | cerr<<_FBTEXT(Gnome, OutOfMemoryClientList, "Fatal: Out of memory, can't allocate for GNOME client list", "")<<endl; | 170 | cerr<<_FB_CONSOLETEXT(Gnome, OutOfMemoryClientList, "Fatal: Out of memory, can't allocate for GNOME client list", "")<<endl; |
171 | return; | 171 | return; |
172 | } | 172 | } |
173 | 173 | ||