mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 21:18:34 +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(
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user