comparison src/gui/dialog/about.cc @ 380:861368fd42ff

about: update email address
author Paper <paper@tflc.us>
date Thu, 06 Nov 2025 01:12:39 -0500
parents ea3a74ed2ef9
children
comparison
equal deleted inserted replaced
379:5eaafed6c10b 380:861368fd42ff
42 } 42 }
43 43
44 static constexpr std::string_view about_template = 44 static constexpr std::string_view about_template =
45 "<body>" 45 "<body>"
46 "<h2 style=\"font-weight: normal;\"><strong>Minori</strong> v{}</h2>" 46 "<h2 style=\"font-weight: normal;\"><strong>Minori</strong> v{}</h2>"
47 "<p><strong>Author:</strong><br>Paper &lt;paper@paper.us.eu.org&gt;</p>" 47 "<p><strong>Author:</strong><br>Paper &lt;paper@tflc.us&gt;</p>"
48 "<p><strong>Third party components:</strong><br>" 48 "<p><strong>Third party components:</strong><br>"
49 "<a href=\"https://curl.se/\">libcurl v{}</a>, " 49 "<a href=\"https://curl.se/\">libcurl v{}</a>, "
50 "<a href=\"https://p.yusukekamiyamane.com/\">Fugue Icons v{}</a>, " 50 "<a href=\"https://p.yusukekamiyamane.com/\">Fugue Icons v{}</a>, "
51 "<a href=\"https://github.com/erengy/anitomy\">Anitomy</a>, " 51 "<a href=\"https://github.com/erengy/anitomy\">Anitomy</a>, "
52 "<a href=\"https://github.com/nlohmann/json\">JSON for Modern C++ v{}</a>, " 52 "<a href=\"https://github.com/nlohmann/json\">JSON for Modern C++ v{}</a>, "