projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo in wxOwnerDrawnComboBox ctor documentation.
[wxWidgets.git]
/
interface
/
wx
/
html
/
helpdlg.h
diff --git
a/interface/wx/html/helpdlg.h
b/interface/wx/html/helpdlg.h
index 668048e680f33b848f01d56b19927e1ecfce8acf..a6f32a938bb458fbff367264b69446aff91fbe2b 100644
(file)
--- a/
interface/wx/html/helpdlg.h
+++ b/
interface/wx/html/helpdlg.h
@@
-56,7
+56,7
@@
public:
/**
Sets the help controller associated with the dialog.
*/
- void SetController(wxHtmlHelpController* contoller);
+ void SetController(wxHtmlHelpController* cont
r
oller);
/**
Sets the dialog's title format.