projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixing file paths after renaming
[wxWidgets.git]
/
interface
/
dialog.h
diff --git
a/interface/dialog.h
b/interface/dialog.h
index c97cef8d8940697db8596b1c2d1b8d2675fee4f5..431edf62b757e073c484dded912bafd7ab1d3744 100644
(file)
--- a/
interface/dialog.h
+++ b/
interface/dialog.h
@@
-556,7
+556,7
@@
public:
Shows a modal dialog. Program flow does not return until the dialog has
been dismissed with EndModal().
- @return
s
The value set with SetReturnCode().
+ @return The value set with SetReturnCode().
@see EndModal(), GetReturnCode(), SetReturnCode()
*/