mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00
Removed data/tutorial.cfg and data/tutorial2.cfg from wml2po.pl script ...
...as they no longer exist
This commit is contained in:
parent
039d4e84b2
commit
9110ff7279
@ -77,7 +77,7 @@ our %suffix = (
|
||||
|
||||
# get ids from other wml files
|
||||
@wmlfiles = (qw(data/game.cfg data/help.cfg data/items.cfg data/multiplayer.cfg
|
||||
data/schedules.cfg data/tutorial.cfg data/tutorial2.cfg),
|
||||
data/schedules.cfg),
|
||||
glob ("data/scenarios/*/*.cfg"));
|
||||
foreach my $wmlfile (@wmlfiles) {
|
||||
open (WML, $wmlfile) or die "cannot open $wmlfile";
|
||||
|
Loading…
x
Reference in New Issue
Block a user