27#ifndef LICENSEDIALOG_H
28#define LICENSEDIALOG_H
34#include <wx/persist/toplevel.h>
43 void OnSize(wxSizeEvent &event);
45 wxString m_longestLine;
46 wxTextCtrl *m_license;
48 void OnTextURLEvent(wxTextUrlEvent& event);
A dialog that shows the program's license.
Definition: LicenseDialog.h:39