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

Some minor formatting and comment fixes

This commit is contained in:
jules 2017-11-28 17:46:15 +00:00
parent a586966c65
commit f85d706131
232 changed files with 82097 additions and 82135 deletions

View file

@ -45,7 +45,7 @@ typedef int CommandID;
here to help different apps to use the same numeric values for them.
Of course you don't have to use these, but some of them are used internally by
Juce - e.g. the quit ID is recognised as a command by the JUCEApplication class.
JUCE - e.g. the quit ID is recognised as a command by the JUCEApplication class.
@see ApplicationCommandInfo, ApplicationCommandManager,
ApplicationCommandTarget, KeyPressMappingSet