Skip to content

Commit

Permalink
The Author name is not the Patch name; the Author name
Browse files Browse the repository at this point in the history
is the Creator. This fixes the second issue in surge-synthesizer#186.
  • Loading branch information
baconpaul committed Jan 4, 2019
1 parent 5ad2ff9 commit aaeee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/gui/SurgeGUIEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ void SurgeGUIEditor::valueChanged(CControl* control)
frame->setDirty();

synth->storage.getPatch().name = patchName->getText();
synth->storage.getPatch().author = patchName->getText();
synth->storage.getPatch().author = patchCreator->getText();
synth->storage.getPatch().category = patchCategory->getText();
synth->storage.getPatch().comment = patchComment->getText();
synth->savePatch();
Expand Down

0 comments on commit aaeee19

Please sign in to comment.