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
5ab64953
Commit
5ab64953
authored
May 31, 2010
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: say "Reset All Tool Options" in the confirm dialog
and not just "Reset Tool Options".
parent
7ed39988
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/actions/tool-options-commands.c
app/actions/tool-options-commands.c
+1
-1
No files found.
app/actions/tool-options-commands.c
View file @
5ab64953
...
...
@@ -182,7 +182,7 @@ tool_options_reset_all_cmd_callback (GtkAction *action,
GimpEditor
*
editor
=
GIMP_EDITOR
(
data
);
GtkWidget
*
dialog
;
dialog
=
gimp_message_dialog_new
(
_
(
"Reset Tool Options"
),
dialog
=
gimp_message_dialog_new
(
_
(
"Reset
All
Tool Options"
),
GIMP_STOCK_QUESTION
,
GTK_WIDGET
(
editor
),
GTK_DIALOG_MODAL
|
...
...
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