Skip to content

Commit 346632c

Browse files
committedJul 22, 2015
Use suitable icon for resetting scales
1 parent 7cc6a19 commit 346632c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3194,14 +3194,14 @@
31943194
<item>
31953195
<widget class="QToolButton" name="pbnDefaultScaleValues">
31963196
<property name="toolTip">
3197-
<string>Insert default scales</string>
3197+
<string>Reset to default scales</string>
31983198
</property>
31993199
<property name="text">
32003200
<string>...</string>
32013201
</property>
32023202
<property name="icon">
32033203
<iconset resource="../../images/images.qrc">
3204-
<normaloff>:/images/themes/default/mActionOpenTable.png</normaloff>:/images/themes/default/mActionOpenTable.png</iconset>
3204+
<normaloff>:/images/themes/default/mActionUndo.png</normaloff>:/images/themes/default/mActionUndo.png</iconset>
32053205
</property>
32063206
</widget>
32073207
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.