Changeset 136
- Timestamp:
- 05/09/05 16:02:33 (8 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/SpellChecker/spell-check-ui.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/SpellChecker/spell-check-ui.js
r60 r136 434 434 var option = document.createElement("option"); 435 435 if(txt == activeDictionary) { 436 txt = RegExp.$1;437 436 option.selected = true; 438 437 }
