Explorar el Código

Default language switched to English

Arthur Yefimov hace 3 años
padre
commit
5cf1d9ca5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/FreeOberon.Mod

+ 1 - 1
src/FreeOberon.Mod

@@ -50,7 +50,7 @@ CONST
   (* Defaults *)
   defW = 106;
   defH = 25;
-  defLang = 'ru';
+  defLang = 'en';
 
 TYPE
   StrList = POINTER TO StrListDesc;