aboutsummaryrefslogtreecommitdiff
path: root/src/I18n.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-08 17:29:24 (GMT)
committerfluxgen <fluxgen>2003-12-08 17:29:24 (GMT)
commitb40bea67b76c4de4a280e81a6b01645ed22588bf (patch)
tree9346d2ba05401001431ef93b89f2029210c4b115 /src/I18n.hh
parentf5b447362847a7b0dba39cf3e7e1f0fb9f06e1ea (diff)
downloadfluxbox-b40bea67b76c4de4a280e81a6b01645ed22588bf.zip
fluxbox-b40bea67b76c4de4a280e81a6b01645ed22588bf.tar.bz2
const
Diffstat (limited to 'src/I18n.hh')
-rw-r--r--src/I18n.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/I18n.hh b/src/I18n.hh
index 4397cd8..26292c5 100644
--- a/src/I18n.hh
+++ b/src/I18n.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: I18n.hh,v 1.1 2003/06/12 14:24:25 fluxgen Exp $ 25// $Id: I18n.hh,v 1.2 2003/12/08 17:29:24 fluxgen Exp $
26 26
27#ifndef I18N_HH 27#ifndef I18N_HH
28#define I18N_HH 28#define I18N_HH
@@ -54,7 +54,7 @@ public:
54 inline const nl_catd &getCatalogFd() const { return m_catalog_fd; } 54 inline const nl_catd &getCatalogFd() const { return m_catalog_fd; }
55 55
56 const char *getMessage(int set_number, int message_number, 56 const char *getMessage(int set_number, int message_number,
57 const char *default_messsage = 0); 57 const char *default_messsage = 0) const;
58 void openCatalog(const char *catalog); 58 void openCatalog(const char *catalog);
59private: 59private:
60 I18n(); 60 I18n();