X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5ab427f23dad393d9d867afeb1af3892ce00f3b..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/unix/app.h diff --git a/include/wx/unix/app.h b/include/wx/unix/app.h index 812783bcef..222d2662e8 100644 --- a/include/wx/unix/app.h +++ b/include/wx/unix/app.h @@ -47,7 +47,7 @@ public: // Register the signal wake up pipe with the given dispatcher. // - // This is not used anywhere yet but will be soon. + // This is used by wxExecute(wxEXEC_NOEVENTS) implementation only. // // The pointer to the handler used for processing events on this descriptor // is returned so that it can be deleted when we no longer needed it.