mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-02 11:59:58 +00:00
Fix compilation of trial version
This commit is contained in:
parent
e56cc15326
commit
f689c2c48e
@ -837,7 +837,7 @@ void FileOp::operate(IFileOpProgress* progress)
|
|||||||
setError(
|
setError(
|
||||||
fmt::format("Save operation is not supported in trial version.\n"
|
fmt::format("Save operation is not supported in trial version.\n"
|
||||||
"Go to {} and get the full-version.",
|
"Go to {} and get the full-version.",
|
||||||
get_app_download_url()));
|
get_app_download_url()).c_str());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user