summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
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 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()));