Character not implemented in 00 ZRCola font removed
This commit is contained in:
parent
16a28cd011
commit
d36c47e8a6
@ -753,7 +753,9 @@ bool ZRCola::DBSource::SelectCharacters(ATL::CComPtr<ADORecordset>& rs) const
|
|||||||
if (FAILED(rs->Open(ATL::CComVariant(
|
if (FAILED(rs->Open(ATL::CComVariant(
|
||||||
L"SELECT DISTINCT [znak], [opis_en], [klj_bes_en], [kat], [znak_v], [znak_m] "
|
L"SELECT DISTINCT [znak], [opis_en], [klj_bes_en], [kat], [znak_v], [znak_m] "
|
||||||
L"FROM [VRS_CharList] "
|
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)))
|
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());
|
_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.
Loading…
x
Reference in New Issue
Block a user