From: Georg Brandl Date: Sat, 31 May 2008 14:45:55 +0000 (+0000) Subject: #3005: add explaining sentence to easydialogs docs. X-Git-Tag: v2.6b1~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bfba671019c6007e9551e27bcc5e0793ae7515f;p=thirdparty%2FPython%2Fcpython.git #3005: add explaining sentence to easydialogs docs. --- diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst index dbda57fba13e..ad478a594b5c 100644 --- a/Doc/library/easydialogs.rst +++ b/Doc/library/easydialogs.rst @@ -9,10 +9,12 @@ The :mod:`EasyDialogs` module contains some simple dialogs for the Macintosh. -All routines take an optional resource ID parameter *id* with which one can -override the :const:`DLOG` resource used for the dialog, provided that the -dialog items correspond (both type and item number) to those in the default -:const:`DLOG` resource. See source code for details. +The dialogs get launched in a separate application which appears in the dock and +must be clicked on for the dialogs be displayed. All routines take an optional +resource ID parameter *id* with which one can override the :const:`DLOG` +resource used for the dialog, provided that the dialog items correspond (both +type and item number) to those in the default :const:`DLOG` resource. See source +code for details. .. warning::