From 57046f54fdbedab17bfb221a166f45f877152f35 Mon Sep 17 00:00:00 2001 From: pit-ray Date: Sat, 20 Jan 2024 03:03:42 +0900 Subject: [PATCH] update year in about popup --- src/gui/about.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 1bdf44ba..ebf90153 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -45,7 +45,7 @@ namespace vind "Version: " WIN_VIND_VERSION "\n" "\n" - "License: MIT License (C) 2020-2023 pit-ray") ; + "License: MIT License (C) 2020-2024 pit-ray") ; auto main_text = new wxStaticText(this, wxID_ANY, message) ; main_text->SetFont(*font) ;