1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Fixed a typo in the iOS orientation settings

This commit is contained in:
ed 2020-05-07 08:52:07 +01:00
parent c357a32226
commit 7372531964

View file

@ -293,7 +293,7 @@ public:
{
StringArray orientationStrings { "Portrait", "Portrait Upside Down",
"Landscape Left", "Landsscape Right" };
"Landscape Left", "Landscape Right" };
Array<var> orientationVars { "UIInterfaceOrientationPortrait", "UIInterfaceOrientationPortraitUpsideDown",
"UIInterfaceOrientationLandscapeLeft", "UIInterfaceOrientationLandscapeRight" };