projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Forbid creation of wxStandardPaths object directly.
[wxWidgets.git]
/
src
/
richtext
/
richtextformatdlg.cpp
diff --git
a/src/richtext/richtextformatdlg.cpp
b/src/richtext/richtextformatdlg.cpp
index 976eeef4bfd20e1399eef1fc90868cc94222f8e8..a5fbe3b54ed69fdf2ad92606d97a08e0acd450a7 100644
(file)
--- a/
src/richtext/richtextformatdlg.cpp
+++ b/
src/richtext/richtextformatdlg.cpp
@@
-733,7
+733,7
@@
void wxRichTextColourSwatchCtrl::OnMouseEvent(wxMouseEvent& event)
#endif // wxUSE_COLOURDLG
Refresh();
- wxCommandEvent event(wxEVT_
COMMAND_BUTTON_CLICKED
, GetId());
+ wxCommandEvent event(wxEVT_
BUTTON
, GetId());
GetEventHandler()->ProcessEvent(event);
}
}