diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index 25b3ce3..ae1516d 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -29,6 +29,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Werror -Wmissin
-fstack-clash-protection -fcf-protection -g")
set(SOURCE_FILES
+ my_cmd.h
ublexec-cm.h
main.cc
ublexec.cc
diff --git a/source/ublexec.cc b/source/ublexec.cc
index b5c3afe..51fb8bd 100644
--- a/source/ublexec.cc
+++ b/source/ublexec.cc
@@ -111,7 +111,8 @@ void MainWindow::get_builder() {
builder->get_widget("btnBoxAboutDialog", btnBoxAboutDialog);
builder->get_widget("boxAbout", boxAbout);
builder->get_widget("cmbTerminal", cmbTerminal);
-
+ builder->get_widget("lblHeaderAboutTopic", lblHeaderAboutTopic);
+
builder->get_widget("lblwebHeaderName", lblwebHeaderName);
builder->get_widget("lblhelpText", lblhelpText);
builder->get_widget("lblhelpHeader", lblhelpHeader);
@@ -178,6 +179,7 @@ void MainWindow::localization() {
aboutWindows->set_website_label(gettext("Project Home Page"));
aboutWindows->set_version(gettext(version_application.c_str()));
aboutWindows->set_title(gettext(" Run as..."));
+ lblHeaderAboutTopic->set_label(gettext(" Run as..."));
lblHeaderName->set_text(gettext("Run as..."));
this->set_title(gettext("Run as..."));
btnStart->set_label(gettext("Run"));
@@ -216,6 +218,7 @@ void MainWindow::localization() {
chkAlwaysOpenHelp->set_label(_("Always redirect"));
lblwebHeaderName->set_label(_("ubl-settings-bootloader"));
lblHeadeWndWeb->set_label(_("Run as..."));
+ lblwebHeaderName->set_label(_("Run as..."));
}
void MainWindow::event() {
diff --git a/source/ublexec.h b/source/ublexec.h
index 3a715a4..061d171 100644
--- a/source/ublexec.h
+++ b/source/ublexec.h
@@ -212,6 +212,7 @@ public:
Gtk::Image *imgHeadBackground;
Gtk::Overlay *overHead;
Gtk::Widget *boxAbout;
+ Gtk::Label *lblHeaderAboutTopic;
Gtk::Label *lblHeadeWndWeb;
Gtk::Label *lblwebHeaderName;
diff --git a/ublexec.glade b/ublexec.glade
index 340b734..9d1ece1 100644
--- a/ublexec.glade
+++ b/ublexec.glade
@@ -9,18 +9,16 @@
-20
@@ -1323,7 +1335,7 @@ with the specified priority
True
False
start
- Command Line
+ Command Line
@@ -2238,6 +2250,7 @@ with the specified priority