aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsimonb <simonb>2006-06-21 06:04:55 (GMT)
committersimonb <simonb>2006-06-21 06:04:55 (GMT)
commit62a298b0b30aa5b4990f462aece224e09e4fafe6 (patch)
treef4f565119e63197db998f420577971ceae74e1c3 /src
parent94db19c00720ef65f847ee6f02c12b9d11d5ee02 (diff)
downloadfluxbox-62a298b0b30aa5b4990f462aece224e09e4fafe6.zip
fluxbox-62a298b0b30aa5b4990f462aece224e09e4fafe6.tar.bz2
make new nls stuff work. Was missing path update
Diffstat (limited to 'src')
-rw-r--r--src/FbTk/I18n.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/FbTk/I18n.cc b/src/FbTk/I18n.cc
index 43af752..8d05204 100644
--- a/src/FbTk/I18n.cc
+++ b/src/FbTk/I18n.cc
@@ -98,10 +98,6 @@ I18n::I18n():m_multibyte(false), m_catalog_fd((nl_catd)(-1)) {
98 string::size_type index = m_locale.find('@'); 98 string::size_type index = m_locale.find('@');
99 if (index != string::npos) 99 if (index != string::npos)
100 m_locale.erase(index); //erase all characters starting at index 100 m_locale.erase(index); //erase all characters starting at index
101 // remove everything after .
102 index = m_locale.find('.');
103 if (index != string::npos)
104 m_locale.erase(index); //erase all characters starting at index
105 // remove everything before = 101 // remove everything before =
106 index = m_locale.find('='); 102 index = m_locale.find('=');
107 if (index != string::npos) 103 if (index != string::npos)