Changeset 135 for trunk/settings.cpp


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

Change /* to #if 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/settings.cpp

    r134 r135  
    195195#endif
    196196        }
    197 /*        else if (!strnicmp(lang, "it", 2)) {
     197#if 0
     198        else if (!strnicmp(lang, "it", 2)) {
    198199#ifdef _QUIET_
    199200            psz = "goqresit";
     
    208209            psz = "gotresbr";
    209210#endif
    210         }*/
     211        }
     212#endif
    211213    }
    212214        SetString(SEI_LANGUAGE, psz);
Note: See TracChangeset for help on using the changeset viewer.