Skip to content

Commit

Permalink
Followup 57fb7c: fix capitalization and add deselect shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 31, 2016
1 parent 57fb7ce commit 4c8fcc5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/ui/qgisapp.ui
Expand Up @@ -996,14 +996,20 @@
<property name="text"> <property name="text">
<string>Deselect Features from All Layers</string> <string>Deselect Features from All Layers</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+Shift+A</string>
</property>
</action> </action>
<action name="mActionSelectAll"> <action name="mActionSelectAll">
<property name="icon"> <property name="icon">
<iconset resource="../../images/images.qrc"> <iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionSelectAll.png</normaloff>:/images/themes/default/mActionSelectAll.png</iconset> <normaloff>:/images/themes/default/mActionSelectAll.png</normaloff>:/images/themes/default/mActionSelectAll.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Select all Features</string> <string>Select All Features</string>
</property>
<property name="toolTip">
<string>Select All Features</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+A</string> <string>Ctrl+A</string>
Expand All @@ -1015,7 +1021,10 @@
<normaloff>:/images/themes/default/mActionInvertSelection.png</normaloff>:/images/themes/default/mActionInvertSelection.png</iconset> <normaloff>:/images/themes/default/mActionInvertSelection.png</normaloff>:/images/themes/default/mActionInvertSelection.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Invert Feature selection</string> <string>Invert Feature Selection</string>
</property>
<property name="toolTip">
<string>Invert Feature Selection</string>
</property> </property>
</action> </action>
<action name="mActionIdentify"> <action name="mActionIdentify">
Expand Down Expand Up @@ -1257,9 +1266,6 @@
<property name="text"> <property name="text">
<string>New SpatiaLite Layer...</string> <string>New SpatiaLite Layer...</string>
</property> </property>
<property name="shortcut">
<string>Ctrl+Shift+A</string>
</property>
</action> </action>
<action name="mActionShowRasterCalculator"> <action name="mActionShowRasterCalculator">
<property name="icon"> <property name="icon">
Expand Down

0 comments on commit 4c8fcc5

Please sign in to comment.