diff --git a/ChangeLog b/ChangeLog index cb21d5c927..85ee194b29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-28 Tor Lillqvist + + * tools/pdbgen/pdb/paths.pdb: Fix some documentation strings. + 2003-09-28 Sven Neumann * app/gui/resolution-calibrate-dialog.c (resolution_calibrate_ok): diff --git a/tools/pdbgen/pdb/paths.pdb b/tools/pdbgen/pdb/paths.pdb index 9e52792d61..3c9d933a3a 100644 --- a/tools/pdbgen/pdb/paths.pdb +++ b/tools/pdbgen/pdb/paths.pdb @@ -139,7 +139,7 @@ HELP &pdb_misc; @inargs = ( &std_image_arg ); - $inargs[0]->{desc} = 'The ID of the image to get the current paths from'; + $inargs[0]->{desc} = 'The ID of the image to get the current path from'; @outargs = ( { name => 'name', type => 'string', @@ -163,7 +163,7 @@ CODE } sub path_set_current { - $blurb = 'List the paths associated with the passed image.'; + $blurb = 'Sets the current path associated with the passed image.'; $help = <<'HELP'; List the paths associated with the passed image. @@ -402,7 +402,7 @@ CODE } sub path_set_tattoo { - $blurb = 'Sets the tattoo associated with the name path.'; + $blurb = 'Sets the tattoo associated with the named path.'; $help = <<'HELP'; This procedure sets the tattoo associated with the specified path. A tattoo is a unique and permenant identifier attached to a path that can be used to uniquely identify a path within an image even between sessions. Note that the value passed to this function must have been obtained from a previous call to path_get_tattoo. @@ -470,7 +470,7 @@ CODE } sub path_delete { - $blurb = 'Delete the named paths associated with the passed image.'; + $blurb = 'Delete the named path associated with the passed image.'; $help = <<'HELP'; Delete the named path. @@ -501,7 +501,7 @@ CODE } sub path_get_locked { - $blurb = 'Returns the locked status associated with the name path.'; + $blurb = 'Returns the locked status associated with the named path.'; $help = <<'HELP'; This procedure returns the lock status associated with the specified path. A path can be "locked" which means that the transformation tool operations will also apply to the path. @@ -537,7 +537,7 @@ CODE } sub path_set_locked { - $blurb = 'Set the locked status associated with the name path.'; + $blurb = 'Set the locked status associated with the named path.'; $help = <<'HELP'; This procedure sets the lock status associated with the specified path. A path can be "locked" which means that the transformation tool operations will also apply to the path.