1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +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

@ -63,7 +63,7 @@ struct DemoTaskbarComponent : public SystemTrayIconComponent,
DemoTaskbarComponent()
{
setIconImage (ImageCache::getFromMemory (BinaryData::juce_icon_png, BinaryData::juce_icon_pngSize));
setIconTooltip ("Juce Demo App!");
setIconTooltip ("JUCE Demo App!");
}
void mouseDown (const MouseEvent&) override
@ -89,7 +89,7 @@ struct DemoTaskbarComponent : public SystemTrayIconComponent,
stopTimer();
PopupMenu m;
m.addItem (1, "Quit the Juce demo");
m.addItem (1, "Quit the JUCE demo");
// It's always better to open menus asynchronously when possible.
m.showMenuAsync (PopupMenu::Options(),