Updated Help menu items to open localized web pages.

Updated links to PrusaSlicer-settings.
This commit is contained in:
bubnikv 2019-05-13 16:34:41 +02:00
parent 253b57e4a3
commit 3a0c27c6e5
7 changed files with 13 additions and 9 deletions

View file

@ -22,7 +22,7 @@ namespace Slic3r {
static const std::string VENDOR_PREFIX = "vendor:";
static const std::string MODEL_PREFIX = "model:";
static const std::string VERSION_CHECK_URL = "https://raw.githubusercontent.com/prusa3d/Slic3r-settings/master/live/Slic3rPE.version";
static const std::string VERSION_CHECK_URL = "https://raw.githubusercontent.com/prusa3d/PrusaSlic3r-settings/master/live/PrusaSlicer.version";
void AppConfig::reset()
{