Fix typo in bookmarkclear command

This commit is contained in:
dad 2023-09-07 12:24:50 -06:00
parent b28e317073
commit b6be841a48

View File

@ -275,7 +275,7 @@ bool cbInstrBookmarkList(int argc, char* argv[])
bool cbInstrBookmarkClear(int argc, char* argv[])
{
LabelClear();
BookmarkClear();
GuiUpdateAllViews();
dputs(QT_TRANSLATE_NOOP("DBG", "All bookmarks deleted!"));
return true;