Update ooo320-m1
[ooovba.git] / applied_patches / 0298-default-evo2-ab.diff
blob1d24f0688be714fa37de09cd161a007d51660a6c
1 --- extensions/source/abpilot/abspilot.cxx 19 Dec 2005 17:26:24 -0000 1.13
2 +++ extensions/source/abpilot/abspilot.cxx 16 Feb 2006 12:45:38 -0000
3 @@ -122,13 +122,12 @@
4 m_pCancel->SetClickHdl( LINK( this, OAddessBookSourcePilot, OnCancelClicked) );
6 // some initial settings
7 +#ifdef UNX
8 #ifdef MACOSX
9 m_aSettings.eType = AST_MACAB;
10 -#elif WITH_MOZILLA
11 -#ifdef UNX
12 - m_aSettings.eType = AST_MORK;
13 #else
14 - m_aSettings.eType = AST_OE;
15 +// FIXME: if KDE use KAB instead
16 + m_aSettings.eType = AST_EVOLUTION;
17 #endif
18 #else
19 m_aSettings.eType = AST_OTHER;