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:
Thomas Goyne 2012-02-25 02:58:14 +00:00
parent 451b262672
commit d942663316
2 changed files with 2 additions and 3 deletions

View File

@ -357,8 +357,7 @@
},
"Edit Box" : {
"Font Face" : "",
"Font Size" : 10,
"Link Time Boxes Commit" : true
"Font Size" : 10
},
"Grid" : {
"Column" : [

View File

@ -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"));