made the language file internal
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@319
This commit is contained in:
parent
793cc770fd
commit
07efb3af57
6 changed files with 73 additions and 103 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue