Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,768
Issues
2,768
List
Boards
Labels
Service Desk
Milestones
Merge Requests
40
Merge Requests
40
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
4f913949
Commit
4f913949
authored
Aug 09, 2011
by
Michael Muré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cage tool options: better description for the fill plain color option
parent
7e3c3af8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/tools/gimpcageoptions.c
app/tools/gimpcageoptions.c
+1
-1
No files found.
app/tools/gimpcageoptions.c
View file @
4f913949
...
...
@@ -141,7 +141,7 @@ gimp_cage_options_gui (GimpToolOptions *tool_options)
gtk_widget_show
(
mode
);
button
=
gimp_prop_check_button_new
(
config
,
"fill-plain-color"
,
_
(
"Fill
from first point
"
));
_
(
"Fill
the original position of the cage with a plain color
"
));
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
button
,
FALSE
,
FALSE
,
0
);
gtk_widget_show
(
button
);
...
...
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