Tag: cws_src680_macosx20xfixes01 User: tra Date: 06/01/10 08:52:15 Modified: /dba/connectivity/source/drivers/mozab/bootstrap/ MNSFolders.cxx
Log: #i55073# File Changes: Directory: /dba/connectivity/source/drivers/mozab/bootstrap/ ============================================================ File [changed]: MNSFolders.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx?r1=1.3&r2=1.3.58.1 Delta lines: +11 -7 -------------------- --- MNSFolders.cxx 8 Sep 2005 06:22:59 -0000 1.3 +++ MNSFolders.cxx 10 Jan 2006 16:52:12 -0000 1.3.58.1 @@ -4,9 +4,9 @@ * * $RCSfile: MNSFolders.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.58.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 06:22:59 $ + * last change: $Author: tra $ $Date: 2006/01/10 16:52:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,14 +50,18 @@ static char * DefaultProductDir[] = { -#if defined(XP_WIN) || defined(XP_MAC) || defined(XP_MACOSX) +#if defined(XP_WIN) "Mozilla\\", "Mozilla\\Firefox\\", "Thunderbird\\" +#elif defined(XP_MAC) || defined(XP_MAC_OSX) + "Library/Mozilla/Profiles/", + "Library/Application Support/Firefox/", + "Library/Thunderbird/" #else - ".mozilla\/", - ".mozilla\/firefox\/", - ".thunderbird\/" + ".mozilla/", + ".mozilla/firefox/", + ".thunderbird/" #endif }; #if defined(XP_MAC) || defined(XP_MACOSX) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]