소스 검색

LibGUI: Make AboutDialog Copyright 2018-2024

Happy New Year everyone!
Cubic Love 1 년 전
부모
커밋
6bde5a1f85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Userland/Libraries/LibGUI/AboutDialog.gml

+ 1 - 1
Userland/Libraries/LibGUI/AboutDialog.gml

@@ -61,7 +61,7 @@
                 name: "copyright"
                 text_alignment: "CenterLeft"
                 fixed_height: 14
-                text: "Copyright © the SerenityOS developers, 2018-2023"
+                text: "Copyright © the SerenityOS developers, 2018-2024"
             }
 
             @GUI::Layout::Spacer {}