summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-25 17:31:05 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-25 17:31:05 +0100
commitf1a68da7de486525be2b4199288ee2e9b822668b (patch)
tree8c01b652ac5c9173dd8e2a1525ef76932312866e /src/tools
parent0e0b2cccf9dce202213b3fcca787cf0c74e1331c (diff)
Tweaks.
Diffstat (limited to 'src/tools')
-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 68fa1bab6..166b86580 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -59,7 +59,7 @@ public:
{
stringstream s;
s << "Save changes to film \"" << film->name() << "\" before closing?";
- _dialog = new wxMessageDialog (frame, std_to_wx (s.str()), wxT ("Film changed"), wxYES_DEFAULT | wxICON_QUESTION);
+ _dialog = new wxMessageDialog (frame, std_to_wx (s.str()), wxT ("Film changed"), wxYES_NO | wxYES_DEFAULT | wxICON_QUESTION);
}
~FilmChangedDialog ()