aboutsummaryrefslogtreecommitdiff
path: root/src/manual.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-12-19 08:20:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-12-19 08:20:41 +0000
commitd905904d5d862da3805447f7c1d8b8900e6e0525 (patch)
tree19f9b68747419e069e187408c38e86c822896c6d /src/manual.c
parent7646fa9d26b362581e7c140ea5ccb87f612c9066 (diff)
added files and modified file paths for OS X.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3317 ee746299-78ed-0310-b773-934348b2243d
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