X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5ab427f23dad393d9d867afeb1af3892ce00f3b..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/unix/app.h?ds=sidebyside diff --git a/include/wx/unix/app.h b/include/wx/unix/app.h index 812783bcef..f14df9ec3f 100644 --- a/include/wx/unix/app.h +++ b/include/wx/unix/app.h @@ -3,7 +3,6 @@ // Purpose: wxAppConsole implementation for Unix // Author: Lukasz Michalski // Created: 28/01/2005 -// RCS-ID: $Id$ // Copyright: (c) Lukasz Michalski // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -47,7 +46,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.