|
|
|
|
@ -70,6 +70,7 @@ void MainWindow::settings(){
|
|
|
|
|
this->localization();
|
|
|
|
|
this->add_CSS();
|
|
|
|
|
this->event();
|
|
|
|
|
btnBoxAboutDialog->set_visible(false);
|
|
|
|
|
ubl_make_plugs(boxSave,boxButton, socket_ext_id_I, socket_trd_id_I);
|
|
|
|
|
if (this->check_root() == 0) {
|
|
|
|
|
|
|
|
|
|
@ -161,6 +162,7 @@ void MainWindow::get_builder(){
|
|
|
|
|
builder->get_widget("boxInfoError", boxInfoError);
|
|
|
|
|
builder->get_widget("lblWarning", lblWarning);
|
|
|
|
|
builder->get_widget("imgInfo", imgInfo);
|
|
|
|
|
builder->get_widget("btnBoxAboutDialog", btnBoxAboutDialog);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void MainWindow::localization(){
|
|
|
|
|
@ -174,7 +176,7 @@ void MainWindow::localization(){
|
|
|
|
|
aboutWindows->set_version(_(version_application.c_str()));
|
|
|
|
|
aboutWindows->set_website_label(_("Project Home Page"));
|
|
|
|
|
lblInfoHead->set_text(_("Configuring system boot parameters"));
|
|
|
|
|
lblHeaderName->set_text(_("UBConfig - Loading"));
|
|
|
|
|
lblHeaderName->set_text(_("ubl-settings-bootloader"));
|
|
|
|
|
aboutWindows->set_comments(_("Setting bootloader"));
|
|
|
|
|
aboutWindows->set_website_label(_("Project Home Page"));
|
|
|
|
|
lblInfoCommand->set_text(_("Command line parameters:"));
|
|
|
|
|
|