Hand-apply 99a832a19ccbead25d36e50545d6fd2c46454113 from master; add comment for...
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Dec 2014 23:43:51 +0000 (23:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Dec 2014 23:43:51 +0000 (23:43 +0000)
TO_PORT
src/tools/dcpomatic.cc

diff --git a/TO_PORT b/TO_PORT
index c2cd563b500e7bd6640cbe6ef923a374db64835c..b13a71f0015577b1c9e7b606f6b758a714f2999f 100644 (file)
--- a/TO_PORT
+++ b/TO_PORT
@@ -1,4 +1,3 @@
-d3df94743970f2350a141dbc87faf59e0b762c26
 730dcc96406bfc423c1c6f63157a6d3366c42320
 2ca95420ee3e5d1bb740c63c2227b243373f5e8d
 ea9331588a0c55ea132ffc91c7bce52d91d5bae6
index 3edc241817bb062fda4d7834291da18f96ee4323..58cb32c53e3e77f449b17007c5d4509e86526964 100644 (file)
@@ -82,6 +82,9 @@ public:
                _dialog = new wxMessageDialog (
                        0,
                        wxString::Format (_("Save changes to film \"%s\" before closing?"), std_to_wx (name).data()),
+                       /* TRANSLATORS: this is the heading for a dialog box, which tells the user that the current
+                          project (Film) has been changed since it was last saved.
+                       */
                        _("Film changed"),
                        wxYES_NO | wxYES_DEFAULT | wxICON_QUESTION
                        );