KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

Replace some calls to wxMessageBox with wxMessageDialog #1372

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

This PR creates a new dlg_msgs src/hdr module which supplies functions for calling wxMessageDialog. These are used to replace some of the calls to wxMessageBox when a full file path needs to be displayed. This can be truncated in wxMessageBox, hence the switch to wxMessageDialog.

The rest of the changes are straightforward replacements of wxMessageBox with wxMessageDialog.