Skip to content

Commit

Permalink
Merge pull request #64 from ffAudio/develop
Browse files Browse the repository at this point in the history
Fixed AlertWindow::IconType (renamed in juce)
  • Loading branch information
ffAudio authored Aug 1, 2021
2 parents 9bb30f8 + 068d408 commit b5cf9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/foleys_PropertiesEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void PropertiesEditor::createNewClass()

classNameInput = std::make_unique<juce::AlertWindow> (TRANS ("New style class"),
TRANS ("Enter a name:"),
juce::AlertWindow::QuestionIcon,
juce::MessageBoxIconType::QuestionIcon,
this);
classNameInput->addTextEditor (editorID, "class");
classNameInput->addButton (TRANS ("Cancel"), 0);
Expand Down

0 comments on commit b5cf9bc

Please sign in to comment.