added support for next graph-include's --prefixstrip...
...in the wesnoth project-class
This commit is contained in:
parent
91cf3efab6
commit
38691814f9
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ sub filelabel {
|
|||
my ($file,$level) = @_;
|
||||
$level = $main::minshow unless defined $level;
|
||||
|
||||
$file =~ s/^$self->{PFXSTRIP}// if defined $self->{PFXSTRIP};
|
||||
|
||||
if ($level == 0) {
|
||||
return $file;
|
||||
} elsif ($level == 1) {
|
||||
|
|
Loading…
Add table
Reference in a new issue