From: <pst...@us...> - 2009-08-13 22:43:57
|
Revision: 735 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=735&view=rev Author: pstieber Date: 2009-08-13 22:43:48 +0000 (Thu, 13 Aug 2009) Log Message: ----------- Added an event table entry for OnMeterChange. Modified Paths: -------------- trunk/jazz/src/EventFrame.cpp Modified: trunk/jazz/src/EventFrame.cpp =================================================================== --- trunk/jazz/src/EventFrame.cpp 2009-08-13 22:39:39 UTC (rev 734) +++ trunk/jazz/src/EventFrame.cpp 2009-08-13 22:43:48 UTC (rev 735) @@ -63,6 +63,7 @@ EVT_UPDATE_UI(ID_LENGTH, JZEventFrame::OnUpdateEventsSelected) EVT_MENU(ID_LENGTH, JZEventFrame::OnLength) + EVT_MENU(ID_METER_CHANGE, JZEventFrame::OnMeterChange) END_EVENT_TABLE() //----------------------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |