Fixed the "i18n:" target in the "newplugin" script, so that it can create the initial *.pot file

This commit is contained in:
Klaus Schmidinger
2008-01-13 11:49:55 +01:00
parent d607265f69
commit 1e69c4a578
2 changed files with 4 additions and 2 deletions

View File

@@ -5541,3 +5541,5 @@ Video Disk Recorder Revision History
- cTimeMs now uses the monotonic clock, if available (thanks to Petri Hintukainen).
- Fixed cVector::Clear() and cStringList::Clear().
- Added cString::Truncate().
- Fixed the "i18n:" target in the "newplugin" script, so that it can create the
initial *.pot file.