|
From: <pst...@us...> - 2009-06-21 20:06:40
|
Revision: 729
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=729&view=rev
Author: pstieber
Date: 2009-06-21 20:06:39 +0000 (Sun, 21 Jun 2009)
Log Message:
-----------
Added a wxWidgets event table entry for the search and replace command.
Modified Paths:
--------------
trunk/jazz/src/EventFrame.cpp
Modified: trunk/jazz/src/EventFrame.cpp
===================================================================
--- trunk/jazz/src/EventFrame.cpp 2009-06-21 20:03:06 UTC (rev 728)
+++ trunk/jazz/src/EventFrame.cpp 2009-06-21 20:06:39 UTC (rev 729)
@@ -42,6 +42,9 @@
EVT_UPDATE_UI(ID_CLEANUP, JZEventFrame::OnUpdateEventsSelected)
EVT_MENU(ID_CLEANUP, JZEventFrame::OnCleanup)
+ EVT_UPDATE_UI(ID_SEARCH_AND_REPLACE, JZEventFrame::OnUpdateEventsSelected)
+ EVT_MENU(ID_SEARCH_AND_REPLACE, JZEventFrame::OnSearchReplace)
+
EVT_UPDATE_UI(ID_QUANTIZE, JZEventFrame::OnUpdateEventsSelected)
EVT_MENU(ID_QUANTIZE, JZEventFrame::OnQuantize)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|