]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/ipc/server.h
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git] / samples / ipc / server.h
index 03b358b1f46a7b26e1b01414d5eda5a26197a32b..ac85cd4b0d1969c4fcd332d220f3f2907245f469 100644 (file)
@@ -30,6 +30,7 @@ public:
     MyFrame(wxFrame *frame, const wxString& title);
 
     void OnListBoxClick(wxCommandEvent& event);
+    void OnExit(wxCommandEvent& event);
 
 private:
     wxPanel *panel;
@@ -76,6 +77,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
-#define SERVER_QUIT         wxID_EXIT
+#define SERVER_EXIT         wxID_EXIT
 #define SERVER_LISTBOX      500
 #define SERVER_QUIT_BUTTON  501