forked from mia/Aegisub
Fixed some dialog boxes that had help buttons pointing to the wrong places or nowhere.
Originally committed to SVN as r1779.
This commit is contained in:
parent
d87eeda5f3
commit
7df5708f03
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,7 @@ void HelpButton::InitStatic() {
|
|||
page[_T("Options")] = _T("Options");
|
||||
page[_T("Paste Over")] = _T("Paste_Over");
|
||||
page[_T("Properties")] = _T("Properties");
|
||||
page[_T("Resampler")] = _T("Resolution_Resampler");
|
||||
page[_T("Resample resolution")] = _T("Resolution_Resampler");
|
||||
page[_T("Shift Times")] = _T("Shift_Times");
|
||||
page[_T("Select Lines")] = _T("Select_Lines");
|
||||
page[_T("Spell Checker")] = _T("Spell_Checker");
|
||||
|
@ -119,6 +119,7 @@ void HelpButton::InitStatic() {
|
|||
page[_T("Styles Manager")] = _T("Styles");
|
||||
page[_T("Styling Assistant")] = _T("Styling_Assistant");
|
||||
page[_T("Timing Processor")] = _T("Timing_Post-Processor");
|
||||
page[_T("Translation Assistant")] = _T("Translation_Assistant");
|
||||
page[_T("Visual Typesetting")] = _T("Visual_Typesetting");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue