Identifiers can't be zero

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-02-20 15:35:13 +00:00
parent 327d463e26
commit 77e0a6d8c3

View File

@@ -46,7 +46,7 @@
// ID for the menu commands // ID for the menu commands
enum enum
{ {
SPLIT_QUIT, SPLIT_QUIT = 1,
SPLIT_HORIZONTAL, SPLIT_HORIZONTAL,
SPLIT_VERTICAL, SPLIT_VERTICAL,
SPLIT_UNSPLIT, SPLIT_UNSPLIT,