1
0
Fork 0

made the language file internal

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@319
This commit is contained in:
Peter Veenstra 2002-10-16 18:39:20 +00:00
parent 793cc770fd
commit 07efb3af57
6 changed files with 73 additions and 103 deletions

View file

@ -148,7 +148,7 @@ void DOSBOX_Init(void) {
secprop=control->AddSection_prop("DOSBOX",&DOSBOX_RealInit);
secprop->Add_string("LANGUAGE","dosbox.lang");
secprop->Add_string("LANGUAGE","");
secprop->Add_int("WARNINGS",0);
control->AddSection ("MEMORY",&MEM_Init);