mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-17 11:40:46 +00:00
Fix typo in bookmarkclear command
This commit is contained in:
parent
b28e317073
commit
b6be841a48
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user