Przeglądaj źródła

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

legacy
Sam Hocevar sam 13 lat temu
rodzic
commit
98921eb840
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tools/vslol/LolFxLanguageService.cs

+ 1
- 1
tools/vslol/LolFxLanguageService.cs Wyświetl plik

@@ -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()


Ładowanie…
Anuluj
Zapisz