aboutsummaryrefslogtreecommitdiff
path: root/src/Gnome.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gnome.cc')
-rw-r--r--src/Gnome.cc2
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