Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
44e6acbe
Commit
44e6acbe
authored
Jun 24, 2010
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: the name of the standard paint is "gimp-paintbrush" not "GimpPaintbrush"
parent
39c74059
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/core/gimpcontext.c
app/core/gimpcontext.c
+1
-1
No files found.
app/core/gimpcontext.c
View file @
44e6acbe
...
...
@@ -2140,7 +2140,7 @@ gimp_context_paint_info_list_thaw (GimpContainer *container,
GimpPaintInfo
*
paint_info
;
if
(
!
context
->
paint_name
)
context
->
paint_name
=
g_strdup
(
"
G
imp
P
aintbrush"
);
context
->
paint_name
=
g_strdup
(
"
g
imp
-p
aintbrush"
);
paint_info
=
gimp_context_find_object
(
context
,
container
,
context
->
paint_name
,
...
...
Write
Preview
Markdown
is supported
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