Update copyright statement in about box.
Also, make sure it's localized properly.
This commit is contained in:
parent
25b6eba148
commit
09212963ed
@ -921,7 +921,7 @@ void SolveSpaceUI::MenuHelp(Command id) {
|
|||||||
|
|
||||||
case Command::ABOUT:
|
case Command::ABOUT:
|
||||||
Message(_(
|
Message(_(
|
||||||
"This is SolveSpace version " PACKAGE_VERSION ".\n"
|
"This is SolveSpace version %s.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"For more information, see http://solvespace.com/\n"
|
"For more information, see http://solvespace.com/\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -932,8 +932,8 @@ void SolveSpaceUI::MenuHelp(Command id) {
|
|||||||
"There is NO WARRANTY, to the extent permitted by\n"
|
"There is NO WARRANTY, to the extent permitted by\n"
|
||||||
"law. For details, visit http://gnu.org/licenses/\n"
|
"law. For details, visit http://gnu.org/licenses/\n"
|
||||||
"\n"
|
"\n"
|
||||||
"© 2008-2016 Jonathan Westhues and other authors.\n"
|
"© 2008-%d Jonathan Westhues and other authors.\n"),
|
||||||
));
|
PACKAGE_VERSION, 2019);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: ssassert(false, "Unexpected menu ID");
|
default: ssassert(false, "Unexpected menu ID");
|
||||||
|
Loading…
Reference in New Issue
Block a user