summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-25 22:55:09 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-25 22:55:09 +0100
commit14dd3b728f204906ba29e86b384fed53c2f280cb (patch)
tree593a2297bfc23cee8b8ca1ebfdfca9328f680a7d /src
parentc1d603f3bc051f3b35546c201a683f2a0e15ab22 (diff)
Sadly loose em-dash.
Diffstat (limited to 'src')
-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 45a7d8f9d..02e2423a2 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -183,7 +183,7 @@ file_changed (string f)
stringstream s;
s << "DVD-o-matic";
if (!f.empty ()) {
- s << " — " << f;
+ s << " - " << f;
}
frame->SetTitle (std_to_wx (s.str()));