Rely on the icon's name instead of the filename

This commit is contained in:
Alessio Treglia 2012-03-19 12:59:47 +01:00
parent fc5cfcab75
commit 557def9b8e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<property name="can_focus">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="title" translatable="yes">LADI Log Viewer</property>
<property name="icon">ladi-system-log.svg</property>
<property name="icon-name">ladi-system-log</property>
<signal name="destroy" handler="on_ladilog_ui_destroy" swapped="no"/>
<child>
<object class="GtkVBox" id="ladilog_vbox">