Added '~' to the list of delimiters in cTextWrapper

This commit is contained in:
Klaus Schmidinger
2025-02-17 11:13:13 +01:00
parent d3dcbbd4f2
commit ebbaa39098
3 changed files with 4 additions and 2 deletions

View File

@@ -10082,3 +10082,4 @@ Video Disk Recorder Revision History
- The function cPlugin::MainThreadHook() has been deprecated and may be removed in future
versions. Use proper locking instead.
- Fixed unnecessary redisplays of menus.
- Added '~' to the list of delimiters in cTextWrapper (thanks to Stefan Hofmann).