Changeset 4021 for trunk/changelog


Ignore:
Timestamp:
Aug 16, 2000, 10:03:32 AM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r4016 r4021  
    1  /* $Id: changelog,v 1.1069 2000-08-14 19:17:03 sandervl Exp $ */
     1 /* $Id: changelog,v 1.1070 2000-08-16 08:03:32 sandervl Exp $ */
     2
     3 2000-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - KERNEL32: Changed search order for resource languages:
     5                According to Wine:
     6                FindResourceA/W does search in the following order:
     7                1. Neutral language with neutral sublanguage
     8                2. Neutral language with default sublanguage
     9                3. Current locale lang id
     10                4. Current locale lang id with neutral sublanguage
     11                5. (!) LANG_ENGLISH, SUBLANG_DEFAULT
     12                6. Return first in the list
     13                FindResourceExA/W does search in the following order:
     14                1. Exact specified language
     15                2. Language with neutral sublanguage
     16                3. Neutral language with neutral sublanguage
     17                4. Neutral language with default sublanguage
     18                (fixes bad string in PowerDVD)
    219
    320 2000-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.