diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-26 09:59:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-26 09:59:39 +0000 |
| commit | 38add112b389e16d25130ad762eb8c31ca06c977 (patch) | |
| tree | 1112fb2189db7b1b9e898e85a825f8748c1f58ad /src | |
| parent | 1be5f1efd6e789812d8866c97ca4deabbcf97731 (diff) | |
Try to fix UTF-8 failure on Windows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 420d828b0..2a0cb9cd3 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -347,7 +347,7 @@ private: std_to_wx ( String::compose (wx_to_std (_("The directory %1 already exists and is not empty. " "Are you sure you want to use it?")), - d->get_path().c_str()) + d->get_path().string().c_str()) ) )) { return; |
