diff --git a/SpaceCadetPinball/SpaceCadetPinball.rc b/SpaceCadetPinball/SpaceCadetPinball.rc index 8e64eb4..1c5cf58 100644 Binary files a/SpaceCadetPinball/SpaceCadetPinball.rc and b/SpaceCadetPinball/SpaceCadetPinball.rc differ diff --git a/SpaceCadetPinball/options.cpp b/SpaceCadetPinball/options.cpp index b8643b6..bdc9640 100644 --- a/SpaceCadetPinball/options.cpp +++ b/SpaceCadetPinball/options.cpp @@ -86,6 +86,7 @@ LanguageMenuEntry options::LanguageMenu[] {L"Suomi", Languages::Finnish}, {L"עִברִית", Languages::Hebrew}, {L"اَلْعَرَبِيَّة", Languages::Arabic}, + {L"Ελληνικά", Languages::Greek}, }; void options::ReadOptions() diff --git a/SpaceCadetPinball/options.h b/SpaceCadetPinball/options.h index 9b21d33..fbf8dde 100644 --- a/SpaceCadetPinball/options.h +++ b/SpaceCadetPinball/options.h @@ -19,7 +19,8 @@ enum class Languages Danish = MAKELANGID(LANG_DANISH, SUBLANG_DANISH_DENMARK), Finnish = MAKELANGID(LANG_FINNISH, SUBLANG_FINNISH_FINLAND), Hebrew = MAKELANGID(LANG_HEBREW, SUBLANG_HEBREW_ISRAEL), - Arabic = MAKELANGID(LANG_ARABIC, SUBLANG_ARABIC_SAUDI_ARABIA) + Arabic = MAKELANGID(LANG_ARABIC, SUBLANG_ARABIC_SAUDI_ARABIA), + Greek = MAKELANGID(LANG_GREEK, SUBLANG_GREEK_GREECE), }; struct LanguageMenuEntry diff --git a/SpaceCadetPinball/resource.h b/SpaceCadetPinball/resource.h index 452d1db..f092e2a 100644 --- a/SpaceCadetPinball/resource.h +++ b/SpaceCadetPinball/resource.h @@ -242,7 +242,7 @@ #define DLG_HIGHSCORES_EditName5 605 #define Menu1_AlternativeRender 601 #define Menu1_Language 700 -#define Menu1_LanguageMax 716 +#define Menu1_LanguageMax 717 // Next default values for new objects //