diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 07:36:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 07:36:16 +0000 |
commit | 3c1c540b618a5572e4888ea3a54e7947d41e5299 (patch) | |
tree | d3b7574859b78e83dd4efe9f26d6948c4d47142e /connectivity | |
parent | 5f7c2b6cbd401118f8f0f6bd0804bb602d78dea5 (diff) |
INTEGRATION: CWS jl101 (1.9.26); FILE MERGED
2008/05/27 10:03:08 jl 1.9.26.1: #i90009# enable digital signatures using the same framework as used for Linux / Solaris
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx index 05aba740e677..a448959fa1f9 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: MNSFolders.cxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -54,7 +54,7 @@ using namespace ::com::sun::star::mozilla; namespace { - #if defined(XP_MAC) || defined(XP_MACOSX) + #if defined(XP_MAC) || defined(XP_MACOSX) || defined(MACOSX) #define APP_REGISTRY_NAME "Application Registry" #elif defined(XP_WIN) || defined(XP_OS2) #define APP_REGISTRY_NAME "registry.dat" @@ -79,6 +79,10 @@ namespace { "Mozilla/", NULL, NULL }, { "Mozilla/Firefox/", NULL, NULL }, { "Thunderbird/", "Mozilla/Thunderbird/", NULL } + #elif(MACOSX) + { "../Mozilla/", NULL, NULL }, + { "Firefox/", NULL, NULL }, + { "../Thunderbird/", NULL, NULL } #else { ".mozilla/", NULL, NULL }, { ".mozilla/firefox/", NULL, NULL }, |