Home
last modified time | relevance | path

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

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dstyledialog.h42 ID_MENU_IGNORE_ONCE, enumerator
H A Dstyledialog.cpp40 EVT_MENU ( ID_MENU_IGNORE_ONCE, StyleDialog::OnMenuIgnoreOnce )
415 ID_MENU_IGNORE_ONCE, _ ( "Ignore once" ) ); in OnItemRightClick()
432 contextMenu.Enable ( ( ignore ) ? ID_MENU_IGNORE_ONCE : ID_MENU_CHANGE_ONCE, false ); in OnItemRightClick()