Browse Source

Change VCV Store name to VCV Plugin Manager.

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
5a4656f56a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      src/app/MenuBar.cpp

+ 1
- 1
CHANGELOG.md View File

@@ -46,7 +46,7 @@
- Add `dsp::VuMeter2`. - Add `dsp::VuMeter2`.
- Add `dsp::Timer` and `dsp::Counter`. - Add `dsp::Timer` and `dsp::Counter`.
- Overhaul event system with many new events. - Overhaul event system with many new events.
- etc. See more at https://vcvrack.com/manual/Migrate1.html..
- etc. See more at https://vcvrack.com/manual/Migrate1.html.


- Licenses - Licenses
- Relicense Rack to GPLv3 with the VCV Rack Non-Commercial Plugin License Exception and a commercial licensing option. - Relicense Rack to GPLv3 with the VCV Rack Non-Commercial Plugin License Exception and a commercial licensing option.


+ 1
- 1
src/app/MenuBar.cpp View File

@@ -637,7 +637,7 @@ struct PluginsMenu : ui::Menu {
loggedIn = true; loggedIn = true;


UrlItem *manageItem = new UrlItem; UrlItem *manageItem = new UrlItem;
manageItem->text = "VCV Store";
manageItem->text = "VCV Plugin Manager";
manageItem->url = "https://vcvrack.com/plugins.html"; manageItem->url = "https://vcvrack.com/plugins.html";
addChild(manageItem); addChild(manageItem);




Loading…
Cancel
Save