forked from mia/Aegisub
Set the event type for version checker results correctly so that the dialog actually gets displayed
Originally committed to SVN as r6689.
This commit is contained in:
parent
30565530eb
commit
3ae96b59b9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public:
|
|||
wxDEFINE_EVENT(AEGISUB_EVENT_VERSIONCHECK_RESULT, AegisubVersionCheckResultEvent);
|
||||
|
||||
AegisubVersionCheckResultEvent::AegisubVersionCheckResultEvent(wxString message)
|
||||
: wxEvent(AEGISUB_EVENT_VERSIONCHECK_RESULT)
|
||||
: wxEvent(0, AEGISUB_EVENT_VERSIONCHECK_RESULT)
|
||||
, main_text(message)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue