Corretto fconv.ini

git-svn-id: svn://10.65.10.50/trunk@1285 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
pirro 1995-04-21 08:54:00 +00:00
parent 4187c5a06c
commit 76d2e6ee06

View File

@ -298,6 +298,9 @@ TConfig::TConfig(int which_config, const char* paragraph)
make_dir(_file);
_file << '/' << user() << ".ini";
break;
case CONFIG_FCONV:
_file = "fconv.ini";
break;
default:
_file = "prassi.ini";
break;