summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-18 14:30:45 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-18 14:30:45 -0700
commit834825f4061b1d74f6925233cdf9d1be1fdcc8f7 (patch)
treef68942e383dc44432be1115c29abe997f271f3a9 /dive.h
parentc78bf189985b89941aab1861145b99f7f61c2013 (diff)
downloadsubsurface-834825f4061b1d74f6925233cdf9d1be1fdcc8f7.tar.gz
Find translation files on Linux after Subsurface was installed
So far we only looked in the a local subdirectory, but once Subsurface has been installed, we don't need to change the search path for translation files anymore. Fixes #2 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 1394ebc80..d88ee1d92 100644
--- a/dive.h
+++ b/dive.h
@@ -440,7 +440,7 @@ extern const char *star_strings[];
extern const char *default_filename;
extern const char *existing_filename;
extern const char *subsurface_default_filename(void);
-extern const char *subsurface_gettext_domainpath(void);
+extern const char *subsurface_gettext_domainpath(char *);
extern void subsurface_command_line_init(gint *, gchar ***);
extern void subsurface_command_line_exit(gint *, gchar ***);
#define AIR_PERMILLE 209