From b87e2660d0776f3d1380532ff0d2f3a28ed9d764 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Apr 2024 22:19:39 +0200 Subject: Extract all uses of DCP-o-matic name to allow branding. --- src/lib/release_notes.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/release_notes.cc') diff --git a/src/lib/release_notes.cc b/src/lib/release_notes.cc index d69738427..b12ebc030 100644 --- a/src/lib/release_notes.cc +++ b/src/lib/release_notes.cc @@ -21,6 +21,7 @@ #include "config.h" #include "release_notes.h" +#include "variant.h" #include "version.h" #include "i18n.h" @@ -46,7 +47,7 @@ find_release_notes(bool dark, optional current) string const colour = dark ? "white" : "black"; auto const span = String::compose("", colour); - const string header = String::compose("

%1DCP-o-matic %2 release notes

", span, *current); + const string header = String::compose("

%1%2 %3 release notes

", span, variant::dcpomatic(), *current); if (!last) { return header + span + -- cgit v1.2.3