Ignore:
Timestamp:
Jun 23, 2000, 9:02:38 PM (25 years ago)
Author:
sandervl
Message:

Resource lookup fix (type '#') + misc changes/fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/lang.cpp

    r3730 r3746  
    1 /* $Id: lang.cpp,v 1.22 2000-06-18 12:55:17 phaller Exp $ */
     1/* $Id: lang.cpp,v 1.23 2000-06-23 19:02:37 sandervl Exp $ */
    22/*
    33 * Win32 language API functions for OS/2
     
    121121        case CC_FINLAND:
    122122                defaultLanguage = MAKELANGID(LANG_FINNISH, SUBLANG_DEFAULT);
     123                break;
     124        case CC_CZECH_REPUBLIC:
     125                defaultLanguage = MAKELANGID(LANG_CZECH, SUBLANG_DEFAULT);
     126                break;
     127        case CC_SLOVAK_REPUBLIC:
     128                defaultLanguage = MAKELANGID(LANG_SLOVAK, SUBLANG_DEFAULT);
    123129                break;
    124130        default:
Note: See TracChangeset for help on using the changeset viewer.