summaryrefslogtreecommitdiffstats
path: root/src/helper/gettext.h
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-05-07 22:11:49 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-05-07 22:11:49 +0000
commitc91214d837562c6244053dfeaf99aa2d8b8deded (patch)
tree1b3ddeb21999267f66f959406cb0c88f5e24b0bd /src/helper/gettext.h
parentMove gettext initialization into separate function so it can be re-used (will... (diff)
downloadinkscape-c91214d837562c6244053dfeaf99aa2d8b8deded.tar.gz
inkscape-c91214d837562c6244053dfeaf99aa2d8b8deded.zip
Move functions for switching gettext charset to helper/gettext.h
(bzr r15675.1.3)
Diffstat (limited to 'src/helper/gettext.h')
-rw-r--r--src/helper/gettext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/gettext.h b/src/helper/gettext.h
index 2a072b9e0..689bddbbb 100644
--- a/src/helper/gettext.h
+++ b/src/helper/gettext.h
@@ -28,6 +28,8 @@
namespace Inkscape {
void initialize_gettext();
+ void bind_textdomain_codeset_utf8();
+ void bind_textdomain_codeset_console();
}
#endif // SEEN_GETTEXT_HELPER_H