Mercurial > minori
changeset 332:92f63cf29faa
dialog/about: fix displaying of my email address
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 17 Jun 2024 20:03:35 -0400 |
parents | 3c755136f074 |
children | 5980a960f3e1 |
files | src/gui/dialog/about.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gui/dialog/about.cc Mon Jun 17 18:30:54 2024 -0400 +++ b/src/gui/dialog/about.cc Mon Jun 17 20:03:35 2024 -0400 @@ -43,7 +43,7 @@ static constexpr std::string_view about_template = "<body>" "<h2 style=\"font-weight: normal;\"><strong>Minori</strong> v{}</h2>" - "<p><strong>Author:</strong><br>Paper <paper@paper.us.eu.org></p>" + "<p><strong>Author:</strong><br>Paper <paper@paper.us.eu.org></p>" "<p><strong>Third party components:</strong><br>" "<a href=\"https://curl.se/\">libcurl v{}</a>, " "<a href=\"https://p.yusukekamiyamane.com/\">Fugue Icons v{}</a>, "