summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2019-01-23 20:57:35 +0100
committermvglasow <michael -at- vonglasow.com>2019-01-23 21:03:53 +0100
commit6a19f711c18a2af085c911aa1cd74c157d1a5e7c (patch)
tree41044d8fa68ad42575d93c56a536ef2f57be69ef
parenta400762e17d9b74f482f1e37907106bba654314b (diff)
downloadnavit-6a19f711c18a2af085c911aa1cd74c157d1a5e7c.tar.gz
Add:osd:Update default image for toggle_announcer OSD
Signed-off-by: mvglasow <michael -at- vonglasow.com>
-rw-r--r--navit/osd/core/osd_core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/osd/core/osd_core.c b/navit/osd/core/osd_core.c
index 057c592c0..fb24f8f73 100644
--- a/navit/osd/core/osd_core.c
+++ b/navit/osd/core/osd_core.c
@@ -2295,7 +2295,8 @@ static struct osd_priv *osd_nav_toggle_announcer_new(struct navit *nav, struct o
this->icon_src = graphics_icon_path(array[0]);
file_wordexp_destroy(we);
} else
- this->icon_src = graphics_icon_path("%s_32.xpm");
+ /* FIXME use big icon size rather than a fixed value */
+ this->icon_src = graphics_icon_path("%s_32_32.png");
opc->osd_item.command = g_strdup(command);