mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
ide: Removed duplicate entries in spellcheck comment droplists
git-svn-id: svn://ultimatepp.org/upp/trunk@15326 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c146c6aa54
commit
bfb42d1fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ void DlSpellerLangs(DropList& dl)
|
|||
while(ff) {
|
||||
int lang = LNGFromText(ff.GetName());
|
||||
if(lang)
|
||||
lngs.Add(lang, LNGAsText(lang));
|
||||
lngs.GetAdd(lang) = LNGAsText(lang);
|
||||
ff.Next();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue