Naming conventions.

This commit is contained in:
Jeff Young
2020-11-17 16:05:49 +00:00
parent dff5173baf
commit a207bd97bb
137 changed files with 564 additions and 598 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ HTML_MESSAGE_BOX::HTML_MESSAGE_BOX( wxWindow* aParent, const wxString& aTitle,
// Gives a default logical size (the actual size depends on the display definition)
if( aSize != wxDefaultSize )
SetSizeInDU( aSize.x, aSize.y );
setSizeInDU( aSize.x, aSize.y );
Center();