Skip to content

Commit

Permalink
update WhatsNewDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed Jan 8, 2021
1 parent 4ec495f commit ebea551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4433,7 +4433,7 @@ <h2><b><a name="UserData">User Data</a></b></h2>

<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.
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
<a href="https://sqlitebrowser.org">DB Browser for SQLite</a>).</p>

Expand Down
2 changes: 1 addition & 1 deletion src/gui/WhatsNewDialog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ebea551

Please sign in to comment.