Skip to content

Commit

Permalink
Add missing tools in Edit menu (fix #15211)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 5, 2016
1 parent cfb1895 commit f9b0230
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ui/qgisapp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@
<addaction name="mMenuPasteAs"/>
<addaction name="separator"/>
<addaction name="mActionAddFeature"/>
<addaction name="mActionCircularStringCurvePoint"/>
<addaction name="mActionCircularStringRadius"/>
<addaction name="mActionMoveFeature"/>
<addaction name="mActionDeleteSelected"/>
<addaction name="mActionMultiEditAttributes"/>
Expand Down Expand Up @@ -2435,6 +2437,9 @@ Acts on currently active editable layer</string>
<normaloff>:/images/themes/default/mActionCircularStringCurvePoint.svg</normaloff>:/images/themes/default/mActionCircularStringCurvePoint.svg</iconset>
</property>
<property name="text">
<string>Add Circular String</string>
</property>
<property name="toolTip">
<string>Add circular string</string>
</property>
</action>
Expand All @@ -2447,6 +2452,9 @@ Acts on currently active editable layer</string>
<normaloff>:/images/themes/default/mActionCircularStringRadius.svg</normaloff>:/images/themes/default/mActionCircularStringRadius.svg</iconset>
</property>
<property name="text">
<string>Add Circular String by Radius</string>
</property>
<property name="toolTip">
<string>Add circular string by radius</string>
</property>
</action>
Expand Down

0 comments on commit f9b0230

Please sign in to comment.