From 5524d92aaa1752e94e8b81abd7859713c96ba963 Mon Sep 17 00:00:00 2001
From: Stefan Csomor <csomor@advancedconcepts.ch>
Date: Tue, 9 Sep 2003 15:32:35 +0000
Subject: [PATCH] wxID_PREFERENCES added for the preferences menu item

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 include/wx/defs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/wx/defs.h b/include/wx/defs.h
index c9cf3236c5..f04c766d6d 100644
--- a/include/wx/defs.h
+++ b/include/wx/defs.h
@@ -1446,6 +1446,7 @@ enum
     wxID_HELP_PROCEDURES,
     wxID_HELP_CONTEXT,
     wxID_CLOSE_ALL,
+    wxID_PREFERENCES ,
 
     wxID_CUT = 5030,
     wxID_COPY,
-- 
2.47.2