}
-ctSettings::~ctSettings()
-{
-}
-
void ctSettings::operator = (const ctSettings& settings)
{
Copy(settings);
// Indicate that we're no longer running, so we know if the program
// crashed last time around.
config.Write(wxT("Misc/RunningProgram"), (long) 0);
-
+
{
config.SetPath(wxT("FileHistory/"));
wxGetApp().GetDocManager()->FileHistorySave(config);