From: <pst...@us...> - 2009-02-17 02:10:48
|
Revision: 712 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=712&view=rev Author: pstieber Date: 2009-02-17 02:08:02 +0000 (Tue, 17 Feb 2009) Log Message: ----------- Added resource IDs for a new length dialog. Modified Paths: -------------- trunk/jazz/src/Resources.h Modified: trunk/jazz/src/Resources.h =================================================================== --- trunk/jazz/src/Resources.h 2009-02-17 02:07:25 UTC (rev 711) +++ trunk/jazz/src/Resources.h 2009-02-17 02:08:02 UTC (rev 712) @@ -94,4 +94,8 @@ #define IDC_KB_VELOCITY_START wxID_HIGHEST + 1201 #define IDC_KB_VELOCITY_STOP wxID_HIGHEST + 1202 +// JZLengthDialog resource IDs. +#define IDC_KB_LENGTH_START wxID_HIGHEST + 1301 +#define IDC_KB_LENGTH_STOP wxID_HIGHEST + 1302 + #endif // !defined(JZ_RESOURCES_H) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |