Skip to content
Snippets Groups Projects
Commit 13d5a6a3 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

improve error message to reflect the current state of the GUI

parent d6272f91
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,9 @@ void pd_error(void *object, const char *fmt, ...)
error_object = object;
if (!saidit)
{
post("... you might be able to track this down from the Find menu.");
/* move this to a function in the GUI so that we can change the
message without having to recompile */
post("... you might be able to track this down from the 'Find Last Error' item in the Edit menu, or by clicking the error link above.");
saidit = 1;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment