diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-10 10:24:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-10 10:24:16 +0100 |
| commit | 2984694418c8d2e3cc5f7dd4e87c2cd17e8b47f2 (patch) | |
| tree | 30c0b027c8e22c79d013566941e48d629b332cf8 /src/tools/dvdomatic.cc | |
| parent | a7f74b6789ec6c482d5b2a825d69cab145bf7098 (diff) | |
Try to fix blank FilmChangedDialog under translation (#112).
Diffstat (limited to 'src/tools/dvdomatic.cc')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 80a33efef..212d4848e 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -71,7 +71,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 ); |
