Skip to content

Commit fe44141

Browse files
committed
Update years of development
1 parent eb21f24 commit fe44141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/components/gui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ class CHelpButton : public gui::CButton
21082108
gui::CHListLayout* pList = new gui::CHListLayout(Context());
21092109
pLayout->Add(pList, true);
21102110
pList->Add(new gui::CLabel(Context(), _LSTRING("Copyright ©:")), true);
2111-
pList->Add(new gui::CLabel(Context(), "2017 necropotame, 2019-2022 Kaffeine"), true);
2111+
pList->Add(new gui::CLabel(Context(), "2017 necropotame, 2019-2025 Kaffeine"), true);
21122112
}
21132113

21142114
pLayout->AddSeparator();

0 commit comments

Comments
 (0)