]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/reseditr.h
removed libxpm dependencies from makefiles
[wxWidgets.git] / utils / dialoged / src / reseditr.h
index 89d108e1e06380f182350c4a9d3ea20039892017..2c92b2acde1e49a107e50ab5b88229aa699ecc3d 100644 (file)
@@ -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