Sadly loose em-dash.
authorCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2012 21:55:09 +0000 (22:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 25 Jul 2012 21:55:09 +0000 (22:55 +0100)
src/tools/dvdomatic.cc

index 45a7d8f9d988bea7b155f14d85a11b9ffd0d5dbf..02e2423a2bfdb3a39b5e52d6fd55e5237d1b48bb 100644 (file)
@@ -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()));