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:
parent
68f0ba2a7b
commit
5149ad511f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue