From e4dd786fda68e49f81f7e2341fa5e7aca368e7f4 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Fri, 8 Nov 2024 21:59:15 +0900 Subject: [PATCH] chore: update comment - change todo to note in SpellcheckerConfigurationController Signed-off-by: Hiroshi Miura --- .../preferences/view/SpellcheckerConfigurationController.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/org/omegat/gui/preferences/view/SpellcheckerConfigurationController.java b/src/org/omegat/gui/preferences/view/SpellcheckerConfigurationController.java index db299d9b23..41e72bf0a5 100644 --- a/src/org/omegat/gui/preferences/view/SpellcheckerConfigurationController.java +++ b/src/org/omegat/gui/preferences/view/SpellcheckerConfigurationController.java @@ -176,7 +176,9 @@ private void doInstall() { } } - // TODO: We shouldn't be persisting anything here. + // Note: When we realize spellchecker dictionary as an extension plugin, + // We should remove the URL preference. + // See also SpellcheckerConfigurationController#initFromPrefs. Preferences.setPreference(Preferences.SPELLCHECKER_DICTIONARY_URL, panel.dictionaryUrlTextField.getText()); try {