From 264e573cf8f6ab5ee945f18624113a68fda6aa27 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Tue, 17 May 2022 18:05:03 +0200 Subject: [PATCH] minor fix to WhatsNewDialog --- src/gui/WhatsNewDialog.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index 34056b3bf..ab9d3c7c3 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -75,8 +75,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, add(ypos, "extensively redesigned and enhanced file launcher"); add(ypos, "added automatic emulation pause when focus is lost"); add(ypos, "added option to toggle autofire mode"); - add(ypos, "improved controller mappings for Paddles"); - add(ypos, "improved controller mappings for Driving controllers"); + add(ypos, "improved controller mappings for Paddles and Driving controllers"); add(ypos, "added another oddball TIA glitch option for score mode color"); add(ypos, "enhanced support for CDFJ+ bankswitching type"); add(ypos, ELLIPSIS + " (for a complete list see 'docs/Changes.txt')");