update WhatsNewDialog

This commit is contained in:
thrust26 2021-01-08 15:41:44 +01:00
parent 4ec495f0eb
commit ebea551a2b
2 changed files with 2 additions and 2 deletions

View File

@ -4433,7 +4433,7 @@
<p>Stella will remember when you change a setting or game property or save a <p>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. 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 Stella (e.g. with
<a href="https://sqlitebrowser.org">DB Browser for SQLite</a>).</p> <a href="https://sqlitebrowser.org">DB Browser for SQLite</a>).</p>

View File

@ -57,7 +57,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent,
add(ypos, "added option to search subdirectories in launcher"); add(ypos, "added option to search subdirectories in launcher");
add(ypos, "added tooltips to many UI items"); add(ypos, "added tooltips to many UI items");
add(ypos, "added sound to Time Machine playback"); 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')"); add(ypos, ELLIPSIS + " (for a complete list see 'docs/Changes.txt')");
#endif #endif