X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.cpp;h=17ebe7055a03e821147ad40e5df63cc1e9a8824b;hb=5e2332e2d4cacd81f208f3d2f9dc6a1eff4f849e;hp=7362e2366e9afd47ca3741c8b42c63ed617c35d6;hpb=792cae55ba2e9ef41e963cfe58f1504f996bb57c;p=ctsim.git diff --git a/src/ctsim.cpp b/src/ctsim.cpp index 7362e23..17ebe70 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.68 2001/02/08 22:38:23 kevin Exp $ +** $Id: ctsim.cpp,v 1.69 2001/02/09 21:24:27 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -70,7 +70,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.68 2001/02/08 22:38:23 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.69 2001/02/09 21:24:27 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -102,7 +102,7 @@ CTSimApp::OnInit() setpriority (PRIO_PROCESS, 0, 15); // set to low scheduling priority #endif - m_pConfig = new wxConfig("ctsim"); + m_pConfig = new wxConfig("ctsim", _T(""), ".ctsim", "", wxCONFIG_USE_LOCAL_FILE); wxConfigBase::Set(m_pConfig); g_bRunningWXWindows = true;