mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-19 06:40:42 +00:00
Modified "error" by "problem" in exceptions.
This commit is contained in:
parent
0fdd544524
commit
3c49d0a1ad
@ -49,5 +49,5 @@ ase_exception::ase_exception(const char* msg, ...) throw()
|
||||
void ase_exception::show()
|
||||
{
|
||||
Console console;
|
||||
console.printf("An error occurred.\n\nDetails:\n%s", what());
|
||||
console.printf("A problem has occurred.\n\nDetails:\n%s", what());
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ jexception::~jexception() throw()
|
||||
|
||||
void jexception::show()
|
||||
{
|
||||
allegro_message("An error occurred.\n\nDetails:\n%s", what());
|
||||
allegro_message("A problem has occurred.\n\nDetails:\n%s", what());
|
||||
}
|
||||
|
||||
const char* jexception::what() const throw()
|
||||
|
Loading…
x
Reference in New Issue
Block a user