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