# HG changeset patch # User nemo # Date 1666620455 14400 # Node ID 5e8d2a8eb4734eb4b17977346e1da2db7ef19bf8 # Parent f9e1a7c8a658cefc3518559972e5afc955eb543e# Parent ed84eb580643a4cd29fa56514984d42a5baff4f4 merge branch diff -r f9e1a7c8a658 -r 5e8d2a8eb473 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Mon Oct 24 10:02:06 2022 -0400 +++ b/QTfrontend/main.cpp Mon Oct 24 10:07:35 2022 -0400 @@ -186,6 +186,7 @@ } int main(int argc, char *argv[]) { + cfgdir->setPath(QDir::homePath()); // Since we're calling this first, closeResources() will be the last thing called after main() returns. atexit(closeResources); @@ -278,7 +279,6 @@ } else { - cfgdir->setPath(QDir::homePath()); custom_config = false; } diff -r f9e1a7c8a658 -r 5e8d2a8eb473 tools/pas2c/Pas2C.hs