Changeset 135 for trunk/settings.cpp
- Timestamp:
- Sep 15, 2021, 5:46:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/settings.cpp
r134 r135 195 195 #endif 196 196 } 197 /* else if (!strnicmp(lang, "it", 2)) { 197 #if 0 198 else if (!strnicmp(lang, "it", 2)) { 198 199 #ifdef _QUIET_ 199 200 psz = "goqresit"; … … 208 209 psz = "gotresbr"; 209 210 #endif 210 }*/ 211 } 212 #endif 211 213 } 212 214 SetString(SEI_LANGUAGE, psz);
Note:
See TracChangeset
for help on using the changeset viewer.