X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5c9627778e8ba6e1a1358dbc6a737b6163cfbc0..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/preferences.h?ds=sidebyside diff --git a/interface/wx/preferences.h b/interface/wx/preferences.h index 161d78755c..8ce835c319 100644 --- a/interface/wx/preferences.h +++ b/interface/wx/preferences.h @@ -3,7 +3,6 @@ // Purpose: wxPreferencesEditor class documentation. // Author: Vaclav Slavik // Created: 2013-02-26 -// RCS-ID: $Id$ // Copyright: (c) 2013 Vaclav Slavik // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -82,9 +81,8 @@ public: /** Hide the currently shown dialog, if any. - This doesn't do anything on the platforms using modal preferences - dialogs (e.g. Windows) but should be called to dismiss the dialog if - the object whose preferences it is editing was closed. + This is typically called to dismiss the dialog if the object whose + preferences it is editing was closed. */ void Dismiss();