1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-03-21 07:20:46 +00:00

Fix compilation of trial version

This commit is contained in:
David Capello 2020-04-17 18:31:03 -03:00
parent e56cc15326
commit f689c2c48e

@ -837,7 +837,7 @@ void FileOp::operate(IFileOpProgress* progress)
setError(
fmt::format("Save operation is not supported in trial version.\n"
"Go to {} and get the full-version.",
get_app_download_url()));
get_app_download_url()).c_str());
#endif
}