mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-04 10:58:41 +03:00
Updated to 1.9.5, and optimize calibration and device
This commit is contained in:
@@ -1284,7 +1284,7 @@ wxString OptionsGroup::get_url(const std::string& path_end)
|
||||
wxString region = L"en";
|
||||
if (language.find("zh") == 0)
|
||||
region = L"zh";
|
||||
return wxString::Format(L"https://wiki.qidilab.com/%s/software/qidi-studio/%s", region, str);
|
||||
return wxString::Format(L"https://wiki.qidi3d.com/%s/software/qidi-studio/%s", region, str); //y32
|
||||
}
|
||||
|
||||
bool OptionsGroup::launch_browser(const std::string& path_end)
|
||||
|
||||
Reference in New Issue
Block a user