FIX:update the url address of the model mall
Change-Id: I2021c141402f8eca999a66607e92b691e847b7be
This commit is contained in:
parent
ce9ac8b3d6
commit
e0bd625041
1 changed files with 1 additions and 1 deletions
|
@ -5663,7 +5663,7 @@ void GUI_App::open_mall_page_dialog()
|
|||
//model url
|
||||
|
||||
wxString language_code = this->current_language_code().BeforeFirst('_');
|
||||
model_url += (language_code.ToStdString() + "/models");
|
||||
model_url = language_code.ToStdString();
|
||||
|
||||
if (getAgent() && mainframe) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue