mirror of https://github.com/GNOME/gimp.git
string change.
2008-05-23 Sven Neumann <sven@gimp.org> * app/tools/gimpimagemaptool-settings.c: string change. svn path=/trunk/; revision=25778
This commit is contained in:
parent
5aa59b3ba0
commit
35738aa952
|
@ -1,3 +1,7 @@
|
|||
2008-05-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpimagemaptool-settings.c: string change.
|
||||
|
||||
2008-05-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpchannel-select.c
|
||||
|
|
|
@ -433,11 +433,10 @@ gimp_image_map_tool_favorite_activate (GtkWidget *widget,
|
|||
{
|
||||
GtkWidget *dialog;
|
||||
|
||||
dialog = gimp_query_string_box (_("Save Settings to Favorites"),
|
||||
dialog = gimp_query_string_box (_("Add Settings to Favorites"),
|
||||
tool->shell,
|
||||
gimp_standard_help_func,
|
||||
NULL, /*GIMP_HELP_TOOL_OPTIONS_DIALOG, */
|
||||
_("Enter a name for the saved settings"),
|
||||
gimp_standard_help_func, NULL,
|
||||
_("Enter a name for the settings"),
|
||||
_("Saved Settings"),
|
||||
G_OBJECT (tool->shell), "hide",
|
||||
gimp_image_map_tool_favorite_callback, tool);
|
||||
|
|
Loading…
Reference in New Issue