Skip to content

Commit

Permalink
Use save icon for export
Browse files Browse the repository at this point in the history
The save icon is available on more systems than the export icon.
  • Loading branch information
ztlxltl committed Feb 16, 2025
1 parent 2b6a59a commit e6fc2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/family_tree_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class FamilyTreeView(NavigationView, Callback):
</child>
<child groups="RO">
<object class="GtkToolButton">
<property name="icon-name">document-export</property>
<property name="icon-name">document-save</property>
<property name="action-name">win.ExportSvgView</property>
<property name="tooltip_text" translatable="yes">Export the tree as SVG</property>
<property name="label" translatable="yes">Export as SVG...</property>
Expand Down

0 comments on commit e6fc2da

Please sign in to comment.