User: obo Date: 06/01/19 09:18:37 Modified: /dba/connectivity/source/drivers/mozab/bootstrap/ MNSFolders.cxx
Log: INTEGRATION: CWS gcc41 (1.3.52); FILE MERGED 2006/01/05 13:02:53 pmladek 1.3.52.1: #i58972# Some more fixes for gcc-4.1 by Stephan Bergmann <[EMAIL PROTECTED]> 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.4 Delta lines: +4 -4 ------------------- --- MNSFolders.cxx 8 Sep 2005 06:22:59 -0000 1.3 +++ MNSFolders.cxx 19 Jan 2006 17:18:33 -0000 1.4 @@ -55,9 +55,9 @@ "Mozilla\\Firefox\\", "Thunderbird\\" #else - ".mozilla\/", - ".mozilla\/firefox\/", - ".thunderbird\/" + ".mozilla/", + ".mozilla/firefox/", + ".thunderbird/" #endif }; #if defined(XP_MAC) || defined(XP_MACOSX) @@ -77,7 +77,7 @@ return ::rtl::OString(szPath) + ::rtl::OString("\\"); #elif defined(UNIX) const char* homeDir = getenv("HOME"); - return ::rtl::OString(homeDir) + ::rtl::OString("\/"); + return ::rtl::OString(homeDir) + ::rtl::OString("/"); #endif } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
