1
DesktopCoral / Re: Settings are not saved.
« on: May 01, 2011, 03:50 AM »// NOTE: you have to *remove* the // in front of one line below to activate it
// This will effect the location of both settings files AND the database files
// CONFIGDIR = .
// CONFIGDIR=%MYDOCUMENTS%
// This file (ConfigDir.ini) defines the directory where all configuration
// files for the program will be stored.
// There should be only 1 actual line in this file that has any meaning,
// the CONFIGDIR assignmane above. Everything else here is just comments.
(...)
This is a part of the ConfigDir.ini as it was before I fixed it.
// NOTE: you have to *remove* the // in front of one line below to activate it
// This will effect the location of both settings files AND the database files
CONFIGDIR = .
// CONFIGDIR=%MYDOCUMENTS%
// This file (ConfigDir.ini) defines the directory where all configuration
// files for the program will be stored.
// There should be only 1 actual line in this file that has any meaning,
// the CONFIGDIR assignmane above. Everything else here is just comments.
(...)
I removed the comments in front of the red line. Which places the settings in the actual program directory according to Tip 2.
Cheers