From 14dd3b728f204906ba29e86b384fed53c2f280cb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 25 Jul 2012 22:55:09 +0100 Subject: Sadly loose em-dash. --- src/tools/dvdomatic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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())); -- cgit v1.2.3