Kaydet (Commit) 8ff37d0c authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS nomacmozab (1.20.50); FILE MERGED

2008/07/02 04:13:49 fs 1.20.50.1: #i91209# proper default for MacOSX
üst c85996d2
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: abspilot.cxx,v $ * $RCSfile: abspilot.cxx,v $
* $Revision: 1.20 $ * $Revision: 1.21 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -122,7 +122,9 @@ namespace abp ...@@ -122,7 +122,9 @@ namespace abp
m_pCancel->SetClickHdl( LINK( this, OAddessBookSourcePilot, OnCancelClicked) ); m_pCancel->SetClickHdl( LINK( this, OAddessBookSourcePilot, OnCancelClicked) );
// some initial settings // some initial settings
#ifdef WITH_MOZILLA #ifdef MACOSX
m_aSettings.eType = AST_MACAB;
#elif WITH_MOZILLA
#ifdef UNX #ifdef UNX
m_aSettings.eType = AST_MORK; m_aSettings.eType = AST_MORK;
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment