From 5de5fba83423b9a52ed3ad420e2ad45713857192 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sun, 17 Nov 2013 00:36:01 +0000 Subject: [PATCH] - New translations - convert_faction_xml2html: Correct location of default INI file --- .../convert_faction_xml2html/convert_faction_xml2html.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl index 8dffcf3af..3a5ac5f47 100755 --- a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl +++ b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl @@ -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 );