Home
last modified time | relevance | path

Searched refs:idcmdUndo (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DScintillaBase.h23 idcmdUndo=10, enumerator
H A DScintillaBase.cxx117 case idcmdUndo: in Command()
531 …AddToPopUp(((temp.empty() ? L"Undo" : temp) + L"\tCtrl+Z").c_str(), idcmdUndo, writable&& pdoc->Ca… in ContextMenu()