From ebea551a2b62eb42924e964f7ba5372133c231cc Mon Sep 17 00:00:00 2001 From: thrust26 Date: Fri, 8 Jan 2021 15:41:44 +0100 Subject: [PATCH] update WhatsNewDialog --- docs/index.html | 2 +- src/gui/WhatsNewDialog.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6dc803762..841f42ca6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4433,7 +4433,7 @@

User Data

Stella will remember when you change a setting or game property or save a new high score. It will use saved data the next time you start the emulator. - The data is stored in a SQLite database which can be edited outside of + The data is stored in an SQLite database which can be edited outside of Stella (e.g. with DB Browser for SQLite).

diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index 4c3e0fad6..25f105b79 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -57,7 +57,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, add(ypos, "added option to search subdirectories in launcher"); add(ypos, "added tooltips to many UI items"); add(ypos, "added sound to Time Machine playback"); - add(ypos, "increased sample size for CDFJ+"); + add(ypos, "moved settings, properties etc. to an SQLite database"); add(ypos, ELLIPSIS + " (for a complete list see 'docs/Changes.txt')"); #endif