mirror of https://github.com/odrling/Aegisub
Actually initialize the context in DialogResample
Originally committed to SVN as r5259.
This commit is contained in:
parent
af92002d8c
commit
ab00aa74ea
|
@ -67,6 +67,7 @@ enum {
|
|||
|
||||
DialogResample::DialogResample(agi::Context *c)
|
||||
: wxDialog(c->parent,-1,_("Resample resolution"),wxDefaultPosition)
|
||||
, c(c)
|
||||
{
|
||||
// Set icon
|
||||
SetIcon(BitmapToIcon(GETIMAGE(resample_toolbutton_24)));
|
||||
|
|
Loading…
Reference in New Issue