Also return full paths from aegisub.dialog.save

This commit is contained in:
Thomas Goyne 2014-01-01 11:46:27 -08:00
parent 418e1cad98
commit 5d38a9c585
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;
}
}