icons: fix wrong icon name, update icon face

Icon 'marker_update_available 'was not found.
This commit is contained in:
2018-05-03 18:28:40 +02:00
parent d5d5ab9497
commit d8719e21cb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -296,6 +296,6 @@
/* status */
#define NEUTRINO_ICON_MARKER_DIALOG_OK "marker_dialog_ok"
#define NEUTRINO_ICON_MARKER_DIALOG_OFF "marker_dialog_off"
#define NEUTRINO_ICON_MARKER_UPDATE_AVAILABLE "marker_update_available.png"
#define NEUTRINO_ICON_MARKER_UPDATE_AVAILABLE "marker_update_available"
#endif /* __gui_widget_icons_h__ */