Describe last changes

This commit is contained in:
Stas Degteff 2011-03-15 07:48:41 +00:00
parent d114b36c12
commit 9dfda10ada
3 changed files with 12 additions and 3 deletions

View File

@ -13,6 +13,10 @@ _____________________________________________________________________________
Ž¡®§­ ç¥­¨ï: "-" - ¨á¯à ¢«¥­¨¥, "+" - ­®¢®¥, "!" - áãé¥á⢥­­®¥ ¨§¬¥­¥­¨¥.
_____________________________________________________________________________
+ „«ï ¯à®¢¥àª¨ ®à䮣à ä¨¨ ¬®¦­® ®¤­®¢à¥¬¥­­® ¨á¯®«ì§®¢ âì ­¥áª®«ìª® á«®¢ à¥©.
<20>®«ì§®¢ â¥«ì᪨¥ á«®¢ à¨ MS Spell Checker ¯¥à¥ç¨á«ïîâáï ¢ ¤¨à¥ªâ¨¢¥
SCHECKERUSERDIC ç¥à¥§ ¯à®¡¥«. (<28> âç ®â ‘¥¬ñ­  <20> ­¥¢¨­  2:5025/121.)
! ˆá¯à ¢«¥­  ®è¨¡ª  ¢ ¨­¨æ¨ «¨§ æ¨¨ SOUP ¨ QWK. (<28> ­¥¥ Golded+ ¢¬¥áâ® ¨¬¥­¨
ä ©«  ¨á¯®«ì§®¢ « §­ ç¥­¨¥ ¯®á«¥¤­¥£® ¯ à ¬¥âà  ª®­ä¨£ .)

View File

@ -13,6 +13,11 @@ ______________________________________________________________________
Legend: "-" - bugfix, "+" - new feature, "!" - important modification.
______________________________________________________________________
+ In the Spell Checking feature simultaneous may use a several
dictionnaries. The user dictionnaries of MS Spell Checker listed in
the statement SCHECKERUSERDIC delimited with space. Path from Semen
Panevin 2:5025/121.
! Fix SOUP and QWK initialisation. (Early Golded+ used buffer with
value of last parameter in a config instead of a area name).

View File

@ -208,8 +208,8 @@ bool CMSSpellLang::Init(HKEY hKey, const char *name)
byte engine[_MAX_PATH];
byte dictionary[_MAX_PATH];
unsigned long esize = sizeof(engine);
unsigned long dsize = sizeof(dictionary);
const unsigned long esize = sizeof(engine);
const unsigned long dsize = sizeof(dictionary);
mLIDC = atoi(name);
strcpy(mLangCode, name);