diff options
author | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
commit | 0861f3a9073ccd016302af26ff992fa19331a02d (patch) | |
tree | f1a2276449a5fc9b27f2d1afa5ffff4410141345 /src/FbTk/I18n.hh | |
parent | 5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff) | |
download | fluxbox_pavel-0861f3a9073ccd016302af26ff992fa19331a02d.zip fluxbox_pavel-0861f3a9073ccd016302af26ff992fa19331a02d.tar.bz2 |
improve native language handling, move messages and menu labels to
FbTk::FbString
Diffstat (limited to 'src/FbTk/I18n.hh')
-rw-r--r-- | src/FbTk/I18n.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/I18n.hh b/src/FbTk/I18n.hh index 7891961..b8fef0f 100644 --- a/src/FbTk/I18n.hh +++ b/src/FbTk/I18n.hh | |||
@@ -30,6 +30,8 @@ | |||
30 | // TODO: FIXME | 30 | // TODO: FIXME |
31 | #include "../../nls/fluxbox-nls.hh" | 31 | #include "../../nls/fluxbox-nls.hh" |
32 | 32 | ||
33 | #include "FbString.hh" | ||
34 | |||
33 | #ifdef HAVE_CONFIG_H | 35 | #ifdef HAVE_CONFIG_H |
34 | #include "config.h" | 36 | #include "config.h" |
35 | #endif // HAVE_CONFIG_H | 37 | #endif // HAVE_CONFIG_H |
@@ -93,7 +95,7 @@ public: | |||
93 | inline bool multibyte() const { return m_multibyte; } | 95 | inline bool multibyte() const { return m_multibyte; } |
94 | inline const nl_catd &getCatalogFd() const { return m_catalog_fd; } | 96 | inline const nl_catd &getCatalogFd() const { return m_catalog_fd; } |
95 | 97 | ||
96 | const char *getMessage(int set_number, int message_number, | 98 | FbString getMessage(int set_number, int message_number, |
97 | const char *default_messsage = 0) const; | 99 | const char *default_messsage = 0) const; |
98 | void openCatalog(const char *catalog); | 100 | void openCatalog(const char *catalog); |
99 | private: | 101 | private: |