aboutsummaryrefslogtreecommitdiff
path: root/src/manual.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual.c')
-rw-r--r--src/manual.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/manual.c b/src/manual.c
index 44bc54e0..9383bd9b 100644
--- a/src/manual.c
+++ b/src/manual.c
@@ -65,6 +65,13 @@ void manual_open(ManualLang lang)
get_startup_dir(),
G_DIR_SEPARATOR_S "doc" G_DIR_SEPARATOR_S
"manual",
+#elif defined(__APPLE__)
+ get_startup_dir(),
+ G_DIR_SEPARATOR_S "Contents" G_DIR_SEPARATOR_S
+ "Resources" G_DIR_SEPARATOR_S
+ "share" G_DIR_SEPARATOR_S
+ "sylpheed" G_DIR_SEPARATOR_S
+ "manual",
#else
MANUALDIR,
#endif
@@ -87,6 +94,13 @@ void faq_open(ManualLang lang)
#ifdef G_OS_WIN32
get_startup_dir(),
G_DIR_SEPARATOR_S "doc" G_DIR_SEPARATOR_S "faq",
+#elif defined(__APPLE__)
+ get_startup_dir(),
+ G_DIR_SEPARATOR_S "Contents" G_DIR_SEPARATOR_S
+ "Resources" G_DIR_SEPARATOR_S
+ "share" G_DIR_SEPARATOR_S
+ "sylpheed" G_DIR_SEPARATOR_S
+ "faq",
#else
FAQDIR,
#endif