summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ardour.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-23 18:44:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-23 18:44:16 +0000
commitbc2523c2495f87cc0df0f3496c96cf0fef4d746d (patch)
tree72c5a9bb766ed9fcc87304ab6ef32a5ecdb272b2 /libs/ardour/ardour/ardour.h
parentf08f3acbacfbbe23b2aa7c1720043eb37d3ee6b9 (diff)
new logic for enabling translation in bundled releases of ardour
git-svn-id: svn://localhost/ardour2/branches/3.0@13980 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/ardour.h')
-rw-r--r--libs/ardour/ardour/ardour.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/ardour/ardour/ardour.h b/libs/ardour/ardour/ardour.h
index 26e875fda3..5f64c4b6a3 100644
--- a/libs/ardour/ardour/ardour.h
+++ b/libs/ardour/ardour/ardour.h
@@ -62,8 +62,10 @@ namespace ARDOUR {
void find_bindings_files (std::map<std::string,std::string>&);
- std::string translation_kill_path ();
- bool translations_are_disabled ();
+ /* these only impact bundled installations */
+ std::string translation_enable_path ();
+ bool translations_are_enabled ();
+ bool set_translations_enabled (bool);
static inline microseconds_t get_microseconds () {
return (microseconds_t) jack_get_time();