[simple-scan/wip/cdavis/consistency-updates: 2/6] app-window: Move Preferences in primary menu
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [simple-scan/wip/cdavis/consistency-updates: 2/6] app-window: Move Preferences in primary menu
- Date: Thu, 11 Feb 2021 01:21:12 +0000 (UTC)
commit 174be55cbf696e84b3597e2163e7986b1364b573
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]