aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-12-12 20:34:33 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-12-12 20:36:34 +0800
commita73a06802fa50f4eba0ba452304294f39cfb08f4 (patch)
treeddf700e6c9f0e1aa2dadb0263744035b4b64ecf1 /src/resources
parente55ddccbb2897a6133a4a0292d61fa2865facb08 (diff)
downloadgsoc2013-epiphany-a73a06802fa50f4eba0ba452304294f39cfb08f4.tar
gsoc2013-epiphany-a73a06802fa50f4eba0ba452304294f39cfb08f4.tar.gz
gsoc2013-epiphany-a73a06802fa50f4eba0ba452304294f39cfb08f4.tar.bz2
gsoc2013-epiphany-a73a06802fa50f4eba0ba452304294f39cfb08f4.tar.lz
gsoc2013-epiphany-a73a06802fa50f4eba0ba452304294f39cfb08f4.tar.xz
gsoc2013-epiphany-a73a06802fa50f4eba0ba452304294f39cfb08f4.tar.zst
gsoc2013-epiphany-a73a06802fa50f4eba0ba452304294f39cfb08f4.zip
ephy-shell: fix the incognito app menu item
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/epiphany-application-menu.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/resources/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui
index 36fa068a4..6b4523ba7 100644
--- a/src/resources/epiphany-application-menu.ui
+++ b/src/resources/epiphany-application-menu.ui
@@ -4,13 +4,13 @@
<section>
<item>
<attribute name="label" translatable="yes">_New Window</attribute>
- <attribute name="action">app.new-incognito</attribute>
- <attribute name="accel">&lt;Primary&gt;i</attribute>
+ <attribute name="action">app.new</attribute>
+ <attribute name="accel">&lt;Primary&gt;n</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New _Incognito Window</attribute>
- <attribute name="action">app.new</attribute>
- <attribute name="accel">&lt;Primary&gt;n</attribute>
+ <attribute name="action">app.new-incognito</attribute>
+ <attribute name="accel">&lt;Primary&gt;i</attribute>
</item>
</section>
<section>