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:
parent
c357a32226
commit
7372531964
1 changed files with 1 additions and 1 deletions
|
|
@ -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" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue