On Tue, Nov 13, 2001, Michael Nordstr�m wrote: > --- configuration.cpp 12 Nov 2001 18:22:20 -0000 1.1.2.4 > +++ configuration.cpp 13 Nov 2001 18:03:06 -0000 > > +#ifdef __WXGTK__ > + string = "plucker" + get_configuration_extension(); > + the_configuration = new wxFileConfig( string ); > +#elif __WIN95__ > string = wxGetCwd() << '/' << "plucker" << get_configuration_extension(); > the_configuration = new wxFileConfig( "Plucker Desktop", > "The Plucker Team", string, wxEmptyString, wxCONFIG_USE_LOCAL_FILE ); > +#endif
This is just a quick hack to get it running. I guess it should be possible to create only one common configuration for all platforms. /Mike
