Skip to content
Extraits de code Groupes Projets
Valider 9a53fa4e rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Also return full paths from aegisub.dialog.save

parent 8f3920c4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -245,7 +245,7 @@ namespace Automation4 { ...@@ -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;
} }
} }
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter