]> git.saurik.com Git - wxWidgets.git/commitdiff
as after recent change wxID_SEPARATOR is now -2, it is better for idMenuTitle to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 15:29:41 +0000 (15:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Feb 2004 15:29:41 +0000 (15:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/menu.cpp

index 1dd2db9179327ab1a6b8e2c406db51ac3d2ebba7..25ea2adc19173472c8f2543ccc05b423000df512 100644 (file)
@@ -73,7 +73,7 @@ extern wxMenu *wxCurrentPopupMenu;
 // ----------------------------------------------------------------------------
 
 // the (popup) menu title has this special id
-static const int idMenuTitle = -2;
+static const int idMenuTitle = -3;
 
 // ----------------------------------------------------------------------------
 // private functions