1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Minor comment clean-up.

This commit is contained in:
Timur Doumler 2016-03-09 17:46:47 +00:00
parent f08f2b45c5
commit 086eef8ba6

View file

@ -146,7 +146,7 @@ public:
static const char* orientationValues[] = { "unspecified", "portrait", "landscape", nullptr };
props.add (new ChoicePropertyComponent (getScreenOrientationValue(), "Screen orientation", StringArray (orientations), Array<var> (orientationValues)),
"The screen orientation that this app should use");
"The screen orientations that this app should support");
props.add (new TextPropertyComponent (getActivityClassPathValue(), "Android Activity class name", 256, false),
"The full java class name to use for the app's Activity class.");