X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools%2Fdvdomatic.cc;h=3fc19a91cfc0447170e8177a6f5fb47cdbf72074;hb=9bdd8cc51942a13e360dde4efc04b3ca417c8b94;hp=239b4a517ac3d0271d11d5e8ca69a6a2a97a857f;hpb=5c620f37c8979a645a2094aa36b9af3d4f4ef5ec;p=dcpomatic.git diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 239b4a517..3fc19a91c 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -72,7 +72,7 @@ public: { _dialog = new wxMessageDialog ( 0, - std_to_wx (String::compose (wx_to_std (_("Save changes to film \"%1\" before closing?")), film->name())), + wxString::Format (_("Save changes to film \"%s\" before closing?"), std_to_wx (film->name ()).data()), _("Film changed"), wxYES_NO | wxYES_DEFAULT | wxICON_QUESTION );