Mercurial > minori
comparison src/gui/dialog/about.cc @ 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 | e9d040e2045f |
children | eac06513db86 |
comparison
equal
deleted
inserted
replaced
331:3c755136f074 | 332:92f63cf29faa |
---|---|
41 } | 41 } |
42 | 42 |
43 static constexpr std::string_view about_template = | 43 static constexpr std::string_view about_template = |
44 "<body>" | 44 "<body>" |
45 "<h2 style=\"font-weight: normal;\"><strong>Minori</strong> v{}</h2>" | 45 "<h2 style=\"font-weight: normal;\"><strong>Minori</strong> v{}</h2>" |
46 "<p><strong>Author:</strong><br>Paper <paper@paper.us.eu.org></p>" | 46 "<p><strong>Author:</strong><br>Paper <paper@paper.us.eu.org></p>" |
47 "<p><strong>Third party components:</strong><br>" | 47 "<p><strong>Third party components:</strong><br>" |
48 "<a href=\"https://curl.se/\">libcurl v{}</a>, " | 48 "<a href=\"https://curl.se/\">libcurl v{}</a>, " |
49 "<a href=\"https://p.yusukekamiyamane.com/\">Fugue Icons v{}</a>, " | 49 "<a href=\"https://p.yusukekamiyamane.com/\">Fugue Icons v{}</a>, " |
50 "<a href=\"https://github.com/erengy/anitomy\">Anitomy</a>, " | 50 "<a href=\"https://github.com/erengy/anitomy\">Anitomy</a>, " |
51 "<a href=\"https://github.com/nlohmann/json\">JSON for Modern C++ v{}</a>, " | 51 "<a href=\"https://github.com/nlohmann/json\">JSON for Modern C++ v{}</a>, " |