Changeset 134 for trunk/settings.cpp


Ignore:
Timestamp:
Sep 15, 2021, 5:40:15 PM (4 years ago)
Author:
Gregg Young
Message:

Fix load requirement for no longer shipped DLLs (IT, BR) on IT or BR systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/settings.cpp

    r129 r134  
    195195#endif
    196196        }
    197         else if (!strnicmp(lang, "it", 2)) {
     197/*        else if (!strnicmp(lang, "it", 2)) {
    198198#ifdef _QUIET_
    199199            psz = "goqresit";
     
    208208            psz = "gotresbr";
    209209#endif
    210         }
     210        }*/
    211211    }
    212212        SetString(SEI_LANGUAGE, psz);
Note: See TracChangeset for help on using the changeset viewer.