Use standard ids
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,11 +96,11 @@ private:
|
||||
enum
|
||||
{
|
||||
// menu items
|
||||
SERVER_QUIT = 1000,
|
||||
SERVER_ABOUT,
|
||||
SERVER_QUIT = wxID_EXIT,
|
||||
SERVER_ABOUT = wxID_ABOUT,
|
||||
|
||||
// id for sockets
|
||||
SERVER_ID,
|
||||
SERVER_ID = 100,
|
||||
SOCKET_ID
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user