mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
Command::short_name() is id() now
(Fix compilation in Release mode.)
This commit is contained in:
parent
5538c5a749
commit
4f33bef43c
@ -99,7 +99,7 @@ void Context::executeCommand(Command* command, const Params& params)
|
||||
#ifndef DEBUGMODE
|
||||
catch (...) {
|
||||
PRINTF("unknown exception executing '%s' command\n",
|
||||
command->short_name());
|
||||
command->id().c_str());
|
||||
|
||||
console.printf("An unknown error ocurred executing the command.\n"
|
||||
"Please save your work, close the program, try it\n"
|
||||
|
Loading…
Reference in New Issue
Block a user