| changeset 109 | 2947214c450e |
| 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 Apr 25 17:41:00 2023 +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())