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:
parent
f08f2b45c5
commit
086eef8ba6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue