|
|
|
@ -690,8 +690,6 @@ void MainWindow::localization() {
|
|
|
|
btnSaveGlob->set_label(save_global);
|
|
|
|
btnSaveGlob->set_label(save_global);
|
|
|
|
btnLoadGlob->set_label(load_global);
|
|
|
|
btnLoadGlob->set_label(load_global);
|
|
|
|
btnLoadLocal->set_label(load_local);
|
|
|
|
btnLoadLocal->set_label(load_local);
|
|
|
|
btnSave->set_label(str_save);
|
|
|
|
|
|
|
|
btnLoad->set_label(str_load);
|
|
|
|
|
|
|
|
this->set_title(name_app);
|
|
|
|
this->set_title(name_app);
|
|
|
|
cmbDownloadMode->append(loading_animation_with);
|
|
|
|
cmbDownloadMode->append(loading_animation_with);
|
|
|
|
cmbDownloadMode->append(loading_animation_without);
|
|
|
|
cmbDownloadMode->append(loading_animation_without);
|
|
|
|
|