aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-06-21 14:41:16 (GMT)
committersimonb <simonb>2006-06-21 14:41:16 (GMT)
commit3ada3b1f0d6d2debaaab48eecf828a406e964c8e (patch)
tree3c2f02462317408ee8604d0c7bb41092ecfd1c3a /src/RootTheme.cc
parent62a298b0b30aa5b4990f462aece224e09e4fafe6 (diff)
downloadfluxbox-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.zip
fluxbox-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.tar.bz2
fix nls... notably classify text on conversion whether its for X or
console, plus handle catalogs better.
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r--src/RootTheme.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc
index 3cce132..12c809e 100644
--- a/src/RootTheme.cc
+++ b/src/RootTheme.cc
@@ -160,7 +160,7 @@ void RootTheme::reconfigTheme() {
160 160
161 if (!m_background_loaded) { 161 if (!m_background_loaded) {
162 cerr<<"Fluxbox: "<< 162 cerr<<"Fluxbox: "<<
163 _FBTEXT(Common, BackgroundWarning, 163 _FB_CONSOLETEXT(Common, BackgroundWarning,
164 "There is no background option specified in this style." 164 "There is no background option specified in this style."
165 " Please consult the manual or read the FAQ.", 165 " Please consult the manual or read the FAQ.",
166 "Background missing warning")<<endl; 166 "Background missing warning")<<endl;