diff --git a/interface/wx/dialog.h b/interface/wx/dialog.h index 513a4c5591..a15c842f10 100644 --- a/interface/wx/dialog.h +++ b/interface/wx/dialog.h @@ -581,7 +581,7 @@ public: otherwise the box is hidden. If @false and the dialog is modal, control is returned to the calling program. */ - virtual bool Show(bool show = 1); + virtual bool Show(bool show = true); /** Shows an application-modal dialog.