forked from mia/Aegisub
Small fix to make dummy video's dialog build on some machines.
Originally committed to SVN as r978.
This commit is contained in:
parent
c9ce15bb01
commit
0acbf6eb61
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ bool DialogDummyVideo::CreateDummyVideo(wxWindow *parent, wxString &out_filename
|
||||||
|
|
||||||
|
|
||||||
DialogDummyVideo::DialogDummyVideo(wxWindow *parent)
|
DialogDummyVideo::DialogDummyVideo(wxWindow *parent)
|
||||||
: wxDialog(parent, -1, _("Dummy video options"))
|
: wxDialog(parent, -1, _("Dummy video options"),wxDefaultPosition,wxDefaultSize)
|
||||||
{
|
{
|
||||||
// Main controls
|
// Main controls
|
||||||
length_display = 0;
|
length_display = 0;
|
||||||
|
|
Loading…
Reference in a new issue