tools: fix quoting
This commit is contained in:
parent
bbd7ec6b5c
commit
0aec9a2b83
1 changed files with 6 additions and 6 deletions
|
|
@ -712,7 +712,7 @@ sub context_get_antialias {
|
|||
This procedure returns the antialias setting.
|
||||
HELP
|
||||
|
||||
&mitch_pdb_misc(2010, 2.8);
|
||||
&mitch_pdb_misc('2010', '2.8');
|
||||
|
||||
@outargs = (
|
||||
{ name => 'antialias', type => 'boolean',
|
||||
|
|
@ -738,7 +738,7 @@ This procedure modifies the antialias setting. This settings affects the
|
|||
following procedures: gimp-item-to-selection.
|
||||
HELP
|
||||
|
||||
&mitch_pdb_misc(2010, 2.8);
|
||||
&mitch_pdb_misc('2010', '2.8');
|
||||
|
||||
@inargs = (
|
||||
{ name => 'antialias', type => 'boolean',
|
||||
|
|
@ -763,7 +763,7 @@ sub context_get_feather {
|
|||
This procedure returns the feather setting.
|
||||
HELP
|
||||
|
||||
&mitch_pdb_misc(2010, 2.8);
|
||||
&mitch_pdb_misc('2010', '2.8');
|
||||
|
||||
@outargs = (
|
||||
{ name => 'feather', type => 'boolean',
|
||||
|
|
@ -789,7 +789,7 @@ This procedure modifies the feather setting. This settings affects the
|
|||
following procedures: gimp-item-to-selection.
|
||||
HELP
|
||||
|
||||
&mitch_pdb_misc(2010, 2.8);
|
||||
&mitch_pdb_misc('2010', '2.8');
|
||||
|
||||
@inargs = (
|
||||
{ name => 'feather', type => 'boolean',
|
||||
|
|
@ -814,7 +814,7 @@ sub context_get_feather_radius {
|
|||
This procedure returns the feather radius setting.
|
||||
HELP
|
||||
|
||||
&mitch_pdb_misc(2010, 2.8);
|
||||
&mitch_pdb_misc('2010', '2.8');
|
||||
|
||||
@outargs = (
|
||||
{ name => 'feather_radius_x', type => '0 <= float <= 1000', void_ret => 1,
|
||||
|
|
@ -843,7 +843,7 @@ This procedure modifies the feather radius setting. This settings affects
|
|||
the following procedures: gimp-item-to-selection.
|
||||
HELP
|
||||
|
||||
&mitch_pdb_misc(2010, 2.8);
|
||||
&mitch_pdb_misc('2010', '2.8');
|
||||
|
||||
@inargs = (
|
||||
{ name => 'feather_radius_x', type => '0 <= float <= 1000',
|
||||
|
|
|
|||
Loading…
Reference in a new issue