mirror of https://github.com/odrling/Aegisub
Remove the "Link commiting of times" option
It doesn't actually do anything anymore due to that changed to the time boxes are committed automatically. Originally committed to SVN as r6516.
This commit is contained in:
parent
451b262672
commit
d942663316
|
@ -357,8 +357,7 @@
|
|||
},
|
||||
"Edit Box" : {
|
||||
"Font Face" : "",
|
||||
"Font Size" : 10,
|
||||
"Link Time Boxes Commit" : true
|
||||
"Font Size" : 10
|
||||
},
|
||||
"Grid" : {
|
||||
"Column" : [
|
||||
|
|
|
@ -122,8 +122,8 @@ Subtitles::Subtitles(wxTreebook *book, Preferences *parent): OptionPage(book, pa
|
|||
wxFlexGridSizer *general = PageSizer(_("Options"));
|
||||
OptionAdd(general, _("Enable call tips"), "App/Call Tips");
|
||||
OptionAdd(general, _("Enable syntax highlighting"), "Subtitle/Highlight/Syntax");
|
||||
OptionAdd(general, _("Link commiting of times"), "Subtitle/Edit Box/Link Time Boxes Commit");
|
||||
OptionAdd(general, _("Overwrite-Insertion in time boxes"), "Subtitle/Time Edit/Insert Mode");
|
||||
CellSkip(general);
|
||||
OptionBrowse(general, _("Dictionaries path"), "Path/Dictionary");
|
||||
|
||||
wxFlexGridSizer *grid = PageSizer(_("Grid"));
|
||||
|
|
Loading…
Reference in New Issue