Character not implemented in 00 ZRCola font removed

This commit is contained in:
Simon Rozman 2016-05-23 18:41:36 +02:00
parent 16a28cd011
commit d36c47e8a6
2 changed files with 3 additions and 1 deletions

View File

@ -753,7 +753,9 @@ bool ZRCola::DBSource::SelectCharacters(ATL::CComPtr<ADORecordset>& rs) const
if (FAILED(rs->Open(ATL::CComVariant(
L"SELECT DISTINCT [znak], [opis_en], [klj_bes_en], [kat], [znak_v], [znak_m] "
L"FROM [VRS_CharList] "
L"WHERE [kat]<>'g' " // Ignore "Other, Control" category!
L"WHERE "
L"[aktiven]=1 AND " // Active characters only
L"[kat]<>'g' " // Ignore "Other, Control" category!
L"ORDER BY [znak]"), ATL::CComVariant(m_db), adOpenStatic, adLockReadOnly, adCmdText)))
{
_ftprintf(stderr, wxT("%s: error ZCC0120: Error loading characters from database. Please make sure the file is ZRCola.zrc compatible.\n"), m_filename.c_str());

Binary file not shown.