diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index 9405fcc16..1d54c8b4d 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -357,8 +357,7 @@ }, "Edit Box" : { "Font Face" : "", - "Font Size" : 10, - "Link Time Boxes Commit" : true + "Font Size" : 10 }, "Grid" : { "Column" : [ diff --git a/aegisub/src/preferences.cpp b/aegisub/src/preferences.cpp index 8f3a7cdad..2c87b0c77 100644 --- a/aegisub/src/preferences.cpp +++ b/aegisub/src/preferences.cpp @@ -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"));