Home
last modified time | relevance | path

Searched refs:idBugReport (Results 1 – 3 of 3) sorted by relevance

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorGui.h81 #define idBugReport 1033 macro
H A DHexEditorFrame.cpp842 else if(event.GetId() == idBugReport ) in OnHelpMenu()
H A DHexEditorGui.cpp295 …menuHelpBugReporting = new wxMenuItem( helpMenu, idBugReport, wxString( _("Bug Reporting") ) , _("… in HexEditorGui()
447 …this->Disconnect( idBugReport, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler( HexEditorGui::O… in ~HexEditorGui()