forked from mia/Aegisub
Also return full paths from aegisub.dialog.save
This commit is contained in:
parent
8f3920c4e9
commit
9a53fa4eaa
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ namespace Automation4 {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
lua_pushstring(L, diag.GetFilename().utf8_str());
|
lua_pushstring(L, diag.GetPath().utf8_str());
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue