Put DEF_STR( International ) back, it's used in MESS (no whatsnew)

This commit is contained in:
Alex W. Jackson 2011-10-31 22:33:10 +00:00
parent f86a0d341c
commit 741649b99c
2 changed files with 2 additions and 0 deletions

View File

@ -771,6 +771,7 @@ static const struct
{ INPUT_STRING_Tilt, "Tilt" },
{ INPUT_STRING_Version, "Version" },
{ INPUT_STRING_Region, "Region" },
{ INPUT_STRING_International, "International" },
{ INPUT_STRING_Japan, "Japan" },
{ INPUT_STRING_USA, "USA" },
{ INPUT_STRING_Europe, "Europe" },

View File

@ -549,6 +549,7 @@ enum
INPUT_STRING_Tilt,
INPUT_STRING_Version,
INPUT_STRING_Region,
INPUT_STRING_International,
INPUT_STRING_Japan,
INPUT_STRING_USA,
INPUT_STRING_Europe,