From 185d7470f52202160e39119ff4d94a87f3cbe8f2 Mon Sep 17 00:00:00 2001 From: rdanbrook <1869094+rdanbrook@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:48:01 -0600 Subject: [PATCH] FLTK: Update about dialog --- source/fltkui/fltkui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fltkui/fltkui.cpp b/source/fltkui/fltkui.cpp index 9000140..f7a5bd5 100644 --- a/source/fltkui/fltkui.cpp +++ b/source/fltkui/fltkui.cpp @@ -325,10 +325,10 @@ static void fltkui_about(Fl_Widget* w, void* userdata) { Fl_Box text2(0, 208, 460, 24, "Cycle-Accurate Nintendo Entertainment System Emulator"); - Fl_Box text3(0, 256, 460, 24, "FLTK Frontend\n(c) 2012-2022, R. Danbrook\n(c) 2007-2008, R. Belmont"); + Fl_Box text3(0, 256, 460, 24, "FLTK Frontend\n(c) 2012-2023, R. Danbrook\n(c) 2007-2008, R. Belmont"); text3.labelsize(10); - Fl_Box text4(0, 320, 460, 24, "Nestopia Emulator\n(c) 2020-2022, Rupert Carmichael\n(c) 2012-2020, Nestopia UE Contributors\n(c) 2003-2008, Martin Freij"); + Fl_Box text4(0, 320, 460, 24, "Nestopia Emulator\n(c) 2020-2023, Rupert Carmichael\n(c) 2012-2020, Nestopia UE Contributors\n(c) 2003-2008, Martin Freij"); text4.labelsize(10); Fl_Box text5(0, 360, 460, 24, "Icon based on drawing by Trollekop");