mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 19:45:35 -04:00
[qrvthtool] AboutDialog: +'.'
This commit is contained in:
parent
f35f2c1513
commit
7afdb08d9a
@ -156,7 +156,7 @@ void AboutDialogPrivate::initCreditsTab(void)
|
||||
credits.reserve(4096);
|
||||
credits += QLatin1String("Copyright (c) 2018-2022 by David Korth.");
|
||||
credits += sLineBreak;
|
||||
credits += QLatin1String("This program is <b>NOT</b> licensed or endorsed by Nintendo Co, Ltd.");
|
||||
credits += QLatin1String("This program is <b>NOT</b> licensed or endorsed by Nintendo Co., Ltd.");
|
||||
|
||||
enum CreditType_t {
|
||||
CT_CONTINUE = 0, // Continue previous type.
|
||||
|
Loading…
Reference in New Issue
Block a user