summaryrefslogtreecommitdiff
path: root/src/tools/dvdomatic.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-10 19:43:01 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-10 19:43:01 +0100
commit9bdd8cc51942a13e360dde4efc04b3ca417c8b94 (patch)
tree502e33212c51fa5e269cbdec87a29ed8fa711243 /src/tools/dvdomatic.cc
parent5c620f37c8979a645a2094aa36b9af3d4f4ef5ec (diff)
parent01bb4ca21bea60137dce7201d9a37a0cf5691812 (diff)
Merge master.
Diffstat (limited to 'src/tools/dvdomatic.cc')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 1 insertions, 1 deletions
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
);