aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-20 15:08:14 (GMT)
committersimonb <simonb>2006-05-20 15:08:14 (GMT)
commit0861f3a9073ccd016302af26ff992fa19331a02d (patch)
treef1a2276449a5fc9b27f2d1afa5ffff4410141345 /src/RootTheme.cc
parent5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff)
downloadfluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.zip
fluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.tar.bz2
improve native language handling, move messages and menu labels to
FbTk::FbString
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r--src/RootTheme.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc
index 51885bf..3cce132 100644
--- a/src/RootTheme.cc
+++ b/src/RootTheme.cc
@@ -159,14 +159,11 @@ void RootTheme::reconfigTheme() {
159 // if the background theme item was not loaded 159 // if the background theme item was not loaded
160 160
161 if (!m_background_loaded) { 161 if (!m_background_loaded) {
162 const char *warning_msg = 162 cerr<<"Fluxbox: "<<
163 _FBTEXT(Common, BackgroundWarning, 163 _FBTEXT(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"); 166 "Background missing warning")<<endl;
167
168 cerr<<"Fluxbox: "<<warning_msg<<endl;
169
170 } else { 167 } else {
171 // handle background option in style 168 // handle background option in style
172 std::string filename = m_background->filename(); 169 std::string filename = m_background->filename();