[gnome-builder] workbench: update gear menu actions to match their implementation.
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] workbench: update gear menu actions to match their implementation.
- Date: Fri, 12 Sep 2014 09:14:19 +0000 (UTC)
commit 1707e5b03d42d73d9e2821efcedb0441d34d7588
Author: Christian Hergert <christian hergert me>
Date: Fri Sep 12 02:13:05 2014 -0700
workbench: update gear menu actions to match their implementation.
src/resources/gtk/menus.ui | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/gtk/menus.ui b/src/resources/gtk/menus.ui
index 617617b..92dc072 100644
--- a/src/resources/gtk/menus.ui
+++ b/src/resources/gtk/menus.ui
@@ -51,12 +51,23 @@
<section>
<attribute name="id">file-section-1</attribute>
<item>
+ <attribute name="label" translatable="yes">_Open</attribute>
+ <attribute name="action">workbench.open</attribute>
+ </item>
+ </section>
+ <section>
+ <attribute name="id">file-section-2</attribute>
+ <item>
+ <attribute name="label" translatable="yes">_Save</attribute>
+ <attribute name="action">workbench.save</attribute>
+ </item>
+ <item>
<attribute name="label" translatable="yes">_Save As…</attribute>
- <attribute name="action">win.save-as</attribute>
+ <attribute name="action">workbench.save-as</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Save _All</attribute>
- <attribute name="action">win.save-all</attribute>
+ <attribute name="action">workbench.save-all</attribute>
</item>
</section>
<section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]