forked from mia/Aegisub
Fix the name of the Resample Resolution dialog's help page
Originally committed to SVN as r5945.
This commit is contained in:
parent
adb5963fbd
commit
b4d2bba7a2
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ DialogResample::DialogResample(agi::Context *c)
|
|||
wxStdDialogButtonSizer *ButtonSizer = new wxStdDialogButtonSizer();
|
||||
ButtonSizer->AddButton(new wxButton(this,wxID_OK));
|
||||
ButtonSizer->AddButton(new wxButton(this,wxID_CANCEL));
|
||||
ButtonSizer->AddButton(new HelpButton(this,"Resample"));
|
||||
ButtonSizer->AddButton(new HelpButton(this,"Resample resolution"));
|
||||
ButtonSizer->Realize();
|
||||
|
||||
// Main sizer
|
||||
|
|
Loading…
Reference in a new issue