plover-gtk/stockicons.c
changeset 106 cc42fad3fe31
parent 38 a29623b68ca2
     1.1 --- a/plover-gtk/stockicons.c	Mon Jun 13 12:18:42 2016 +0100
     1.2 +++ b/plover-gtk/stockicons.c	Tue Jun 29 10:08:33 2021 +0100
     1.3 @@ -115,7 +115,7 @@
     1.4  #endif
     1.5  	if (!prefix)
     1.6  	    prefix=g_strdup("/usr");
     1.7 -	datadir=g_strconcat(prefix,"share",NULL);
     1.8 +	datadir=g_build_filename(prefix,"share",NULL);
     1.9  	g_free(prefix);
    1.10      }
    1.11      if (plover_pixbuf_supports_svg())