We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb21f24 commit fe44141Copy full SHA for fe44141
src/editor/components/gui.cpp
@@ -2108,7 +2108,7 @@ class CHelpButton : public gui::CButton
2108
gui::CHListLayout* pList = new gui::CHListLayout(Context());
2109
pLayout->Add(pList, true);
2110
pList->Add(new gui::CLabel(Context(), _LSTRING("Copyright ©:")), true);
2111
- pList->Add(new gui::CLabel(Context(), "2017 necropotame, 2019-2022 Kaffeine"), true);
+ pList->Add(new gui::CLabel(Context(), "2017 necropotame, 2019-2025 Kaffeine"), true);
2112
}
2113
2114
pLayout->AddSeparator();
0 commit comments