summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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