Skip to content

Commit

Permalink
Merge pull request #608 from imincik/menu-cleanup
Browse files Browse the repository at this point in the history
Removing redundant 'New' keyword from 'Layer -> New' menu item.
  • Loading branch information
timlinux committed May 23, 2013
2 parents 83445af + ebd76d1 commit 00f66b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgisapp.ui
Expand Up @@ -1129,7 +1129,7 @@
<normaloff>:/images/themes/default/mActionNewVectorLayer.png</normaloff>:/images/themes/default/mActionNewVectorLayer.png</iconset>
</property>
<property name="text">
<string>New Shapefile Layer...</string>
<string>Shapefile Layer...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+N</string>
Expand All @@ -1141,7 +1141,7 @@
<normaloff>:/images/themes/default/mActionNewVectorLayer.png</normaloff>:/images/themes/default/mActionNewVectorLayer.png</iconset>
</property>
<property name="text">
<string>New SpatiaLite Layer ...</string>
<string>SpatiaLite Layer...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+A</string>
Expand Down

0 comments on commit 00f66b4

Please sign in to comment.