From: <pst...@us...> - 2009-02-17 00:50:16
|
Revision: 707 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=707&view=rev Author: pstieber Date: 2009-02-17 00:50:11 +0000 (Tue, 17 Feb 2009) Log Message: ----------- Added some resource IDs for the new velocity dialog. Modified Paths: -------------- trunk/jazz/src/Resources.h Modified: trunk/jazz/src/Resources.h =================================================================== --- trunk/jazz/src/Resources.h 2009-02-17 00:49:31 UTC (rev 706) +++ trunk/jazz/src/Resources.h 2009-02-17 00:50:11 UTC (rev 707) @@ -90,4 +90,8 @@ #define IDC_KB_OFF_VELOCITY wxID_HIGHEST + 1101 #define IDC_KB_CHANNEL wxID_HIGHEST + 1102 +// JZVelocityDialog resource IDs. +#define IDC_KB_VELOCITY_START wxID_HIGHEST + 1201 +#define IDC_KB_VELOCITY_STOP wxID_HIGHEST + 1202 + #endif // !defined(JZ_RESOURCES_H) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |