small fixes

This commit is contained in:
2026-09-07 22:05:51 +02:00
parent 9e6c6fd84d
commit aec9083ebb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ PD_API void Context::AboutMenu(bool* show) {
if (auto m = BeginMenu("About UI7", UI7MenuFlags_Scrolling, show)) {
m->Label("Palladium UI7 " + GetVersion());
m->Separator();
m->Label("(c) 2023-2025 René Amthor");
m->Label("(c) 2023-2026 René Amthor");
m->Label("UI7 is licensed under the MIT License.");
m->Label("See LICENSE for more information.");
static bool show_build;