diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-18 18:27:27 -0400 |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-08-18 18:27:27 -0400 |
| commit | 5b3d906741d931bbcb252b6d5bf56437e4932838 (patch) | |
| tree | d0e36f8dfffde9cb02b6b26009656eef35ac6141 | |
| parent | 40fe3240c11f86426c98a70e538a40131bef392b (diff) | |
| parent | ba5d8f33ec9538797665ded0b051b3cc6ab52d5c (diff) | |
| download | cpython-git-5b3d906741d931bbcb252b6d5bf56437e4932838.tar.gz | |
Merge with 3.3
| -rw-r--r-- | Lib/idlelib/SearchDialogBase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/SearchDialogBase.py b/Lib/idlelib/SearchDialogBase.py index 872c7c2b8a..b8b49b2a1e 100644 --- a/Lib/idlelib/SearchDialogBase.py +++ b/Lib/idlelib/SearchDialogBase.py @@ -8,7 +8,7 @@ class SearchDialogBase: 1 or 2 text entry lines (create_entries, make_entry); a row of standard radiobuttons (create_option_buttons); a row of dialog specific radiobuttons (create_other_buttons). - + The narrow right column contains command buttons (create_command_buttons, make_button). These are bound to functions that execute the command. |
