27#ifndef CHANGELOGDIALOG_H
28#define CHANGELOGDIALOG_H
34#include <wx/richtext/richtextctrl.h>
35#include <wx/persist/toplevel.h>
44 wxRichTextCtrl *m_changelog;
45 void OnTextURLEvent(wxTextUrlEvent& event);
A dialog that shows the program's changelog.
Definition: ChangeLogDialog.h:40