Skip to content

Commit

Permalink
remove redundant shortcut for Open and Open recent
Browse files Browse the repository at this point in the history
Signed-off-by: Werner Macho <werner.macho@gmail.com>
  • Loading branch information
mach0 committed Nov 4, 2014
1 parent ac9220d commit f46e683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -17,7 +17,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1050</width> <width>1050</width>
<height>18</height> <height>20</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="mProjectMenu"> <widget class="QMenu" name="mProjectMenu">
Expand All @@ -26,7 +26,7 @@
</property> </property>
<widget class="QMenu" name="mRecentProjectsMenu"> <widget class="QMenu" name="mRecentProjectsMenu">
<property name="title"> <property name="title">
<string>&amp;Open Recent</string> <string>Open Recent</string>
</property> </property>
</widget> </widget>
<widget class="QMenu" name="mPrintComposersMenu"> <widget class="QMenu" name="mPrintComposersMenu">
Expand Down

0 comments on commit f46e683

Please sign in to comment.