diff --git a/tools/pdbgen/pdb/context.pdb b/tools/pdbgen/pdb/context.pdb index 2567409cc4..1312bd900c 100644 --- a/tools/pdbgen/pdb/context.pdb +++ b/tools/pdbgen/pdb/context.pdb @@ -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',