mirror of https://github.com/odrling/Aegisub
Also return full paths from aegisub.dialog.save
This commit is contained in:
parent
418e1cad98
commit
5d38a9c585
|
@ -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 New Issue