1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Projucer: Minor whitespace fix

This commit is contained in:
ed 2018-09-20 14:30:54 +01:00
parent 68f0ba2a7b
commit 5149ad511f

View file

@ -945,7 +945,7 @@ void ProjucerApplication::getCommandInfo (CommandID commandID, ApplicationComman
case CommandIDs::newPIP:
result.setInfo ("New PIP...", "Opens the PIP Creator utility for creating a new PIP", CommandCategories::general, 0);
result.defaultKeypresses.add (KeyPress ('p', ModifierKeys::commandModifier | ModifierKeys::shiftModifier, 0));
result.defaultKeypresses.add (KeyPress ('p', ModifierKeys::commandModifier | ModifierKeys::shiftModifier, 0));
break;
case CommandIDs::launchDemoRunner: