WIP: Renaming to PrusaSlicer

This commit is contained in:
bubnikv 2019-05-13 14:11:21 +02:00
parent 8da1c1953f
commit ee2b8ced16
3 changed files with 3 additions and 3 deletions

View file

@ -263,7 +263,7 @@ void AppConfig::reset_selections()
std::string AppConfig::config_path()
{
return (boost::filesystem::path(Slic3r::data_dir()) / "slic3r.ini").make_preferred().string();
return (boost::filesystem::path(Slic3r::data_dir()) / (SLIC3R_APP_KEY ".ini")).make_preferred().string();
}
std::string AppConfig::version_check_url() const