aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/I18n.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/I18n.hh')
-rw-r--r--src/FbTk/I18n.hh4
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);
99private: 101private: