Skip to content

Commit

Permalink
Make REAPER display Rob's full name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwillis committed Nov 11, 2018
1 parent be1623f commit f0525d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dragonfly-reverb/DragonflyReverbPlugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DragonflyReverbPlugin : public Plugin

const char* getMaker() const noexcept override
{
return "Michael Willis, Rob van den Berg";
return "Michael Willis/Rob van den Berg";
}

const char* getHomePage() const override
Expand Down

0 comments on commit f0525d6

Please sign in to comment.