Moved setting LC_NUMERIC further up to make sure any floating point numbers use a decimal point

This commit is contained in:
Klaus Schmidinger
2012-03-14 09:12:58 +01:00
parent d62f710413
commit cd676fda36
3 changed files with 7 additions and 3 deletions

View File

@@ -7010,7 +7010,7 @@ Video Disk Recorder Revision History
which is higher than any normal table id that is broadcast in the EIT data.
See PLUGINS.html, section "Electronic Program Guide" for more information.
2012-03-13: Version 1.7.27
2012-03-14: Version 1.7.27
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Changed the Green button in the "Edit timer" menu from "Once" to "Single"
@@ -7043,3 +7043,5 @@ Video Disk Recorder Revision History
- No longer using GetFont() (which is not thread safe) in the 'osddemo' plugin.
- No longer using GetFont() (which is not thread safe) in cSubtitleRegion::UpdateTextData().
- Fixed a memory leak in cSubtitleRegion::UpdateTextData().
- Moved setting LC_NUMERIC further up to make sure any floating point numbers use a
decimal point (suggested by Tobias Grimm).