Skip to content

Commit

Permalink
Developer guide: fix capitalization for ReturnCode in confirm meth of…
Browse files Browse the repository at this point in the history
… MessageDialog documentation
  • Loading branch information
nvdaes committed Jan 12, 2025
1 parent 2f16414 commit 594f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectDocs/dev/developerGuide/developerGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1673,5 +1673,5 @@ The following convenience class methods are provided (keyword arguments for over
| Method | Buttons | Return values |
|---|---|---|
| `alert` | OK (`okLabel`) | `None` |
| `confirm` | OK (`okLabel`) and Cancel (`cancelLabel`) | `ReturnCode.OK` or `ReturnCode.Cancel` |
| `confirm` | OK (`okLabel`) and Cancel (`cancelLabel`) | `ReturnCode.OK` or `ReturnCode.CANCEL` |
| `ask` | Yes (`yesLabel`), No (`noLabel`) and Cancel (`cancelLabel`) | `ReturnCode.YES`, `ReturnCode.NO` or `ReturnCode.CANCEL` |

0 comments on commit 594f73b

Please sign in to comment.