s/pause/resume/ in the API docs.

2004-07-22  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell.c (gimp_display_shell_resume):
	s/pause/resume/ in the API docs.
This commit is contained in:
Michael Natterer
2004-07-22 12:05:36 +00:00
committed by Michael Natterer
parent fe9580449a
commit 3153eced5d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-22 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_resume):
s/pause/resume/ in the API docs.
2004-07-22 Michael Natterer <mitch@gimp.org>
* tools/gimp-remote.c (main): correctly convert relative paths to

View File

@ -1269,7 +1269,7 @@ gimp_display_shell_pause (GimpDisplayShell *shell)
}
/**
* gimp_display_shell_pause:
* gimp_display_shell_resume:
* @shell: a display shell
*
* This function decrements the pause count for the display shell.