X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..9d8c2f419f522408a922277df330d4c4511befb9:/utils/dialoged/src/reseditr.h diff --git a/utils/dialoged/src/reseditr.h b/utils/dialoged/src/reseditr.h index 89d108e1e0..2c92b2acde 100644 --- a/utils/dialoged/src/reseditr.h +++ b/utils/dialoged/src/reseditr.h @@ -182,7 +182,7 @@ public: virtual wxResourceEditorScrolledWindow *OnCreateEditorPanel(wxFrame *parent); virtual wxToolBar *OnCreateToolBar(wxFrame *parent); - // Create a window information object for the give window + // Create a window information object for the given window wxWindowPropertyInfo* CreatePropertyInfoForWindow(wxWindow *win); // Edit the given window void EditWindow(wxWindow *win); @@ -391,8 +391,9 @@ private: DECLARE_EVENT_TABLE() }; -#define OBJECT_MENU_EDIT 1 -#define OBJECT_MENU_DELETE 2 +#define OBJECT_MENU_TITLE 1 +#define OBJECT_MENU_EDIT 2 +#define OBJECT_MENU_DELETE 3 /* * Main toolbar