From 5527bdb269e355ca95aa91fe3907bfef0ef17ff4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Aug 2024 02:02:20 +0200 Subject: Remove some implicit conversions between wxString and std::string. --- src/wx/wx_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/wx_util.cc') diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index f3d75a462..7f16760e0 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -499,7 +499,7 @@ dcpomatic_setup_i18n () #endif #ifdef DCPOMATIC_LINUX - locale->AddCatalogLookupPathPrefix (LINUX_LOCALE_PREFIX); + locale->AddCatalogLookupPathPrefix(std_to_wx(LINUX_LOCALE_PREFIX)); /* We have to include the wxWidgets .mo in our distribution, so we rename it to avoid clashes with any other installation -- cgit v1.2.3