Ver código fonte

vslol: fix a problem preventing LolFx files from being saved.

legacy
Sam Hocevar sam 12 anos atrás
pai
commit
98921eb840
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tools/vslol/LolFxLanguageService.cs

+ 1
- 1
tools/vslol/LolFxLanguageService.cs Ver arquivo

@@ -25,7 +25,7 @@ class LolFxLanguageService : LanguageService
{
public override string GetFormatFilterList()
{
throw new NotImplementedException();
return "LolFx files (*.lolfx)\n*.lolfx\n";
}

public override LanguagePreferences GetLanguagePreferences()


Carregando…
Cancelar
Salvar