gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 4d62a7b6978b77d11704c12eb73cbfd3c2d03477
parent 654b7073c861184c2b847acb39734159aa050793
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu,  9 May 2024 12:12:52 +0200

fix typo

Diffstat:
Msource/jucePluginEditorLib/patchmanager/list.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePluginEditorLib/patchmanager/list.cpp b/source/jucePluginEditorLib/patchmanager/list.cpp @@ -194,7 +194,7 @@ namespace jucePluginEditorLib::patchManager } else if(getSourceType() == pluginLib::patchDB::SourceType::LocalStorage) { - menu.addItem("Deleted selected", [this, s = selectedPatches] + menu.addItem("Delete selected", [this, s = selectedPatches] { if(showDeleteConfirmationMessageBox()) {