In AboutDialog added "Copy Version Info" button (FR #4990)

This commit is contained in:
YuSanka 2020-12-07 19:04:09 +01:00
parent 7e3d8c3142
commit acd1782910
2 changed files with 14 additions and 0 deletions

View file

@ -60,6 +60,7 @@ class AboutDialog : public DPIDialog
wxHtmlWindow* m_html;
wxStaticBitmap* m_logo;
int m_copy_rights_btn_id { wxID_ANY };
int m_copy_version_btn_id { wxID_ANY };
public:
AboutDialog();
@ -70,6 +71,7 @@ private:
void onLinkClicked(wxHtmlLinkEvent &event);
void onCloseDialog(wxEvent &);
void onCopyrightBtn(wxEvent &);
void onCopyToClipboard(wxEvent&);
};
} // namespace GUI