summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-26 09:59:39 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-26 09:59:39 +0000
commit38add112b389e16d25130ad762eb8c31ca06c977 (patch)
tree1112fb2189db7b1b9e898e85a825f8748c1f58ad /src
parent1be5f1efd6e789812d8866c97ca4deabbcf97731 (diff)
Try to fix UTF-8 failure on Windows.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc2
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;