summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-01 00:11:18 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-01 00:11:18 +0100
commitdc120d521c740b7f1ec356538139c5769a5f54be (patch)
tree9f352e7b7f0963a447f4893b4edb829646ccc8cf /src/lib
parent5e4f001bf32e3cdf65efa34803d70e6c1c00c66b (diff)
Speculative v2 update.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index c09ed9cb2..7d3e1e510 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -387,7 +387,7 @@ mo_path ()
boost::filesystem::path
mo_path ()
{
- return "DCP-o-matic.app/Contents/Resources";
+ return "DCP-o-matic 2.app/Contents/Resources";
}
#endif