mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 23:35:13 -06:00
Changed message about copying another configuration folder.
Added headline to RitchTextDialog.
This commit is contained in:
parent
f1429f026c
commit
ea796aaa68
3 changed files with 22 additions and 20 deletions
|
@ -215,8 +215,10 @@ MessageDialog::MessageDialog(wxWindow* parent,
|
|||
RichMessageDialog::RichMessageDialog(wxWindow* parent,
|
||||
const wxString& message,
|
||||
const wxString& caption/* = wxEmptyString*/,
|
||||
long style/* = wxOK*/)
|
||||
: MsgDialog(parent, caption.IsEmpty() ? wxString::Format(_L("%s info"), SLIC3R_APP_NAME) : caption, wxEmptyString, style)
|
||||
long style/* = wxOK*/,
|
||||
const wxString& headline/* = wxEmptyString*/
|
||||
)
|
||||
: MsgDialog(parent, caption.IsEmpty() ? wxString::Format(_L("%s info"), SLIC3R_APP_NAME) : caption, headline, style)
|
||||
{
|
||||
add_msg_content(this, content_sizer, message);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue