Skip to content

Commit

Permalink
Oups
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 17, 2024
1 parent fe916d0 commit 1a3758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/core-plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ namespace clap {

#ifndef CLAP_PLUGINS_HEADLESS
if (_guiHandle)
_guiHandle->gui().setRedoName(_undoName.value_or("(none)"));
_guiHandle->gui().setRedoName(_redoName.value_or("(none)"));
#endif
}
} // namespace clap

0 comments on commit 1a3758a

Please sign in to comment.