diff options
author | Saturneric <[email protected]> | 2023-03-30 17:14:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-03-30 17:14:22 +0000 |
commit | beca689a1b8eb1ee9fdce82a6e020db37cd81d80 (patch) | |
tree | e176f50966f5b34c2f45ff1eb5e5f9e11c0dbcc3 /src | |
parent | fix: solve issues in proxy configure (diff) | |
download | GpgFrontend-beca689a1b8eb1ee9fdce82a6e020db37cd81d80.tar.gz GpgFrontend-beca689a1b8eb1ee9fdce82a6e020db37cd81d80.zip |
fix: improve ui of about menu
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/main_window/MainWindowUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp index b9a01c15..d598f3ab 100644 --- a/src/ui/main_window/MainWindowUI.cpp +++ b/src/ui/main_window/MainWindowUI.cpp @@ -464,8 +464,8 @@ void MainWindow::create_menus() { help_menu_->addAction(start_wizard_act_); help_menu_->addSeparator(); help_menu_->addAction(check_update_act_); - help_menu_->addAction(translate_act_); help_menu_->addAction(gnupg_act_); + help_menu_->addAction(translate_act_); help_menu_->addAction(about_act_); } |