mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
details: Use 'clone' icon for snapshot button
Better than the 'new' icon since people see that one much more and likely already have an association with it. Better would be a distinct icon though.
This commit is contained in:
parent
98a95b2e2d
commit
5f34e7d885
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Generated with glade 3.16.0 on Sat Sep 28 14:18:18 2013 -->
|
||||
<!-- Generated with glade 3.16.0 on Mon Sep 30 15:08:28 2013 -->
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<object class="GtkAccelGroup" id="accelgroup1"/>
|
||||
@ -393,7 +393,7 @@
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Manage VM snapshots</property>
|
||||
<property name="label" translatable="yes">Snapshots</property>
|
||||
<property name="icon_name">vm_new</property>
|
||||
<property name="icon_name">vm_clone_wizard</property>
|
||||
<property name="group">control-vm-console</property>
|
||||
<signal name="toggled" handler="on_control_snapshots_toggled" swapped="no"/>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user