Also return full paths from aegisub.dialog.save

This commit is contained in:
Thomas Goyne 2014-01-01 11:46:27 -08:00
parent 8f3920c4e9
commit 9a53fa4eaa
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ namespace Automation4 {
return 1;
}
lua_pushstring(L, diag.GetFilename().utf8_str());
lua_pushstring(L, diag.GetPath().utf8_str());
return 1;
}
}