[simple-scan/wip/cdavis/consistency-updates: 4/14] app-window: Move Preferences in primary menu
- From: Bartosz <bkosiorek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/wip/cdavis/consistency-updates: 4/14] app-window: Move Preferences in primary menu
- Date: Fri, 12 Feb 2021 11:52:51 +0000 (UTC)
commit 87790385b6990d21e69995aeb788ff1b33adf2d2
Author: Christopher Davis <brainblasted disroot org>
Date: Tue Feb 9 12:32:19 2021 -0800
app-window: Move Preferences in primary menu
They are generally at the top of the final section
in the primary menu.
src/app-window.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app-window.vala b/src/app-window.vala
index 0a9a4d70..506907b8 100644
--- a/src/app-window.vala
+++ b/src/app-window.vala
@@ -1885,9 +1885,9 @@ public class AppWindow : Gtk.ApplicationWindow
section.append (_("Email"), "app.email");
section.append (_("Print"), "app.print");
section.append (C_("menu", "Reorder Pages"), "app.reorder");
- section.append (_("Preferences"), "app.preferences");
section = new Menu ();
gear_menu.append_section (null, section);
+ section.append (_("Preferences"), "app.preferences");
section.append (_("Keyboard Shortcuts"), "win.show-help-overlay");
section.append (_("Help"), "app.help");
section.append (_("About Document Scanner"), "app.about");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]