Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
c30442d2
Commit
c30442d2
authored
Jul 27, 1998
by
Manish Singh
Browse files
Sane PDB entry for Filter Pack
-Yosh
parent
be348be7
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c30442d2
Mon Jul 27 12:27:47 PDT 1998 Manish Singh <yosh@gimp.org>
* plug-ins/fp/fp.c: make PDB entry for filter pack saner
Sun Jul 26 23:47:33 MEST 1998 Sven Neumann <sven@gimp.org>
* app/blend.c
...
...
plug-ins/common/fp.c
View file @
c30442d2
...
...
@@ -57,7 +57,7 @@ query ()
int
nargs
=
sizeof
(
args
)
/
sizeof
(
args
[
0
]);
int
nreturn_vals
=
0
;
gimp_install_procedure
(
"
F
ilter
P
ack
Simulation
"
,
gimp_install_procedure
(
"
plug_in_f
ilter
_p
ack"
,
"Allows the user to change H, S, or C with many previews"
,
"Then something else here"
,
"Pavel Grinfeld (pavel@ml.com)"
,
...
...
plug-ins/fp/fp.c
View file @
c30442d2
...
...
@@ -57,7 +57,7 @@ query ()
int
nargs
=
sizeof
(
args
)
/
sizeof
(
args
[
0
]);
int
nreturn_vals
=
0
;
gimp_install_procedure
(
"
F
ilter
P
ack
Simulation
"
,
gimp_install_procedure
(
"
plug_in_f
ilter
_p
ack"
,
"Allows the user to change H, S, or C with many previews"
,
"Then something else here"
,
"Pavel Grinfeld (pavel@ml.com)"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment