diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-10 02:02:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-10 02:02:19 +0200 |
| commit | 5b0e331380c83ec9835e8aa42fd342b2f0ad275d (patch) | |
| tree | 13c27f0b3420f5c3a268a5a22a9172675fdc370c /src/lib/analytics.cc | |
| parent | 5d838bc863a7569e68546026c109607fd5a94362 (diff) | |
Use dcp::compose rather than our own.compose
Diffstat (limited to 'src/lib/analytics.cc')
| -rw-r--r-- | src/lib/analytics.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/analytics.cc b/src/lib/analytics.cc index ac0abc222..697e8f0e4 100644 --- a/src/lib/analytics.cc +++ b/src/lib/analytics.cc @@ -20,9 +20,9 @@ #include "analytics.h" -#include "compose.hpp" #include "exceptions.h" #include "warnings.h" +#include <dcp/compose.h> #include <dcp/raw_convert.h> #include <libcxml/cxml.h> DCPOMATIC_DISABLE_WARNINGS @@ -60,7 +60,7 @@ Analytics::successful_dcp_encode () boost::bind( boost::ref(Message), _("Congratulations!"), - String::compose (_( + dcp::compose (_( "<h2>You have made %1 DCPs with DCP-o-matic!</h2>" "<img width=\"20%%\" src=\"memory:me.jpg\" align=\"center\">" "<p>Hello. I'm Carl and I'm the " |
