From 6a19f711c18a2af085c911aa1cd74c157d1a5e7c Mon Sep 17 00:00:00 2001 From: mvglasow Date: Wed, 23 Jan 2019 20:57:35 +0100 Subject: Add:osd:Update default image for toggle_announcer OSD Signed-off-by: mvglasow --- navit/osd/core/osd_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'navit/osd/core/osd_core.c') 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); -- cgit v1.2.1