fixed id values to be more standard

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-07-29 12:48:06 +00:00
parent 172f04f5bb
commit 247ec3f4cc

View File

@ -98,17 +98,17 @@ private:
enum
{
// menu items
Sound_SelectFile,
Sound_SelectFile = wxID_HIGHEST + 1,
#ifdef __WXMSW__
Sound_SelectResource,
#endif // __WXMSW__
Sound_Quit = wxID_EXIT,
Sound_PlaySync = wxID_HIGHEST + 1,
Sound_PlaySync,
Sound_PlayAsync,
Sound_PlayAsyncOnStack,
Sound_PlayLoop,
Sound_Quit = wxID_EXIT,
Sound_About = wxID_ABOUT
};