mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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;
|
||||
}
|
||||
|
||||
lua_pushstring(L, diag.GetFilename().utf8_str());
|
||||
lua_pushstring(L, diag.GetPath().utf8_str());
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user