- New translations

- convert_faction_xml2html: Correct location of default INI file
This commit is contained in:
Tom Reynolds 2013-11-17 00:36:01 +00:00
parent 810cdca588
commit 5de5fba834
1 changed files with 2 additions and 2 deletions

View File

@ -98,11 +98,11 @@ if ( $cfg_file = shift @ARGV ) {
}
}
else {
$cfg_file ="glest.ini";
$cfg_file ="megapack.ini";
}
if ( ! -e $cfg_file ) {
die "\nusage: $0 [glest.ini]\n\n";
die "\nusage: $0 [megapack.ini]\n\n";
}
$cfg = new Config::IniFiles( -file => "./$cfg_file", -allowcontinue => 1 );