Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
13d5a6a3
Commit
13d5a6a3
authored
9 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/src/s_print.c
+3
-1
3 additions, 1 deletion
pd/src/s_print.c
with
3 additions
and
1 deletion
pd/src/s_print.c
+
3
−
1
View file @
13d5a6a3
...
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment