Author: rabbi Date: 2008-01-21 16:26:19 +0100 (Mon, 21 Jan 2008) New Revision: 972
Modified: trunk/Mix/Src/config.h Log: Revert WIN32 conf file changes for now -- we'll change them to .ini files when we have a good way to handle an upgrade path. Implementors of software such as Quicksilver should prepare for that change. Modified: trunk/Mix/Src/config.h =================================================================== --- trunk/Mix/Src/config.h 2008-01-21 15:20:24 UTC (rev 971) +++ trunk/Mix/Src/config.h 2008-01-21 15:26:19 UTC (rev 972) @@ -189,7 +189,7 @@ /** file names ********************************************************/ #ifdef WIN32 -#define DEFAULT_MIXCONF "mix.ini" /* mixmaster configuration file */ +#define DEFAULT_MIXCONF "mix.cfg" /* change to mix.ini eventually */ #else #define DEFAULT_MIXCONF "mix.cfg" /* mixmaster configuration file */ #endif @@ -197,7 +197,7 @@ #define DEFAULT_FROMDSCLFILE "fromdscl.txt" #define DEFAULT_MSGFOOTERFILE "footer.txt" #ifdef WIN32 -#define DEFAULT_POP3CONF "pop3.ini" +#define DEFAULT_POP3CONF "pop3.cfg" /* change to pop3.ini eventually */ #else #define DEFAULT_POP3CONF "pop3.cfg" #endif ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mixmaster-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixmaster-devel
