From f5abdd317e10d56226300d001469595658a605e4 Mon Sep 17 00:00:00 2001 From: jkoan Date: Fri, 25 Aug 2017 19:07:46 +0200 Subject: Moved xpm to icons (#307) --- navit/gui/qml/gui_qml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'navit/gui/qml/gui_qml.cpp') diff --git a/navit/gui/qml/gui_qml.cpp b/navit/gui/qml/gui_qml.cpp index 7a1016473..3efc719dd 100644 --- a/navit/gui/qml/gui_qml.cpp +++ b/navit/gui/qml/gui_qml.cpp @@ -460,7 +460,7 @@ static struct gui_priv * gui_qml_new(struct navit *nav, struct gui_methods *meth this_->skin=g_strdup("navit"); } if ( this_->icon_src==NULL ) { - this_->icon_src=g_strjoin(NULL,getenv("NAVIT_SHAREDIR"),"/xpm/",NULL); + this_->icon_src=g_strjoin(NULL,getenv("NAVIT_SHAREDIR"),"/icons/",NULL); } if ((attr=attr_search(attrs, NULL, attr_callback_list))) { -- cgit v1.2.1