mirror of https://github.com/GNOME/gimp.git
app/gui/channels-commands.c app/gui/file-new-dialog.c
2003-03-27 Michael Natterer <mitch@gimp.org> * app/gui/channels-commands.c * app/gui/file-new-dialog.c * app/gui/layers-commands.c * app/gui/vectors-commands.c: use layer, channel, ... icons for the new layer, channel, ... dialogs.
This commit is contained in:
parent
bed3c858da
commit
4305341d49
|
@ -1,3 +1,11 @@
|
|||
2003-03-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/gui/channels-commands.c
|
||||
* app/gui/file-new-dialog.c
|
||||
* app/gui/layers-commands.c
|
||||
* app/gui/vectors-commands.c: use layer, channel, ... icons for
|
||||
the new layer, channel, ... dialogs.
|
||||
|
||||
2003-03-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimplist.[ch]: added new function gimp_list_sort().
|
||||
|
|
|
@ -376,7 +376,7 @@ channels_new_channel_query (GimpImage *gimage,
|
|||
options->query_box =
|
||||
gimp_viewable_dialog_new (GIMP_VIEWABLE (gimage),
|
||||
_("New Channel"), "new_channel_options",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_CHANNEL,
|
||||
_("New Channel Options"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/channels/new_channel.html",
|
||||
|
|
|
@ -575,7 +575,7 @@ layers_new_layer_query (GimpImage *gimage,
|
|||
options->query_box =
|
||||
gimp_viewable_dialog_new (GIMP_VIEWABLE (gimage),
|
||||
_("New Layer"), "new_layer_options",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_LAYER,
|
||||
_("Create a New Layer"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/layers/new_layer.html",
|
||||
|
|
|
@ -433,7 +433,7 @@ vectors_new_vectors_query (GimpImage *gimage,
|
|||
options->query_box =
|
||||
gimp_viewable_dialog_new (GIMP_VIEWABLE (gimage),
|
||||
_("New Path"), "new_path_options",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_TOOL_PATH,
|
||||
_("New Path Options"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/vectors/new_vectors.html",
|
||||
|
|
|
@ -114,7 +114,7 @@ file_new_dialog_create (Gimp *gimp,
|
|||
info->dialog =
|
||||
gimp_viewable_dialog_new (NULL,
|
||||
_("New Image"), "new_image",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_IMAGE,
|
||||
_("Create a New Image"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/file_new.html",
|
||||
|
|
|
@ -376,7 +376,7 @@ channels_new_channel_query (GimpImage *gimage,
|
|||
options->query_box =
|
||||
gimp_viewable_dialog_new (GIMP_VIEWABLE (gimage),
|
||||
_("New Channel"), "new_channel_options",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_CHANNEL,
|
||||
_("New Channel Options"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/channels/new_channel.html",
|
||||
|
|
|
@ -114,7 +114,7 @@ file_new_dialog_create (Gimp *gimp,
|
|||
info->dialog =
|
||||
gimp_viewable_dialog_new (NULL,
|
||||
_("New Image"), "new_image",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_IMAGE,
|
||||
_("Create a New Image"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/file_new.html",
|
||||
|
|
|
@ -575,7 +575,7 @@ layers_new_layer_query (GimpImage *gimage,
|
|||
options->query_box =
|
||||
gimp_viewable_dialog_new (GIMP_VIEWABLE (gimage),
|
||||
_("New Layer"), "new_layer_options",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_LAYER,
|
||||
_("Create a New Layer"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/layers/new_layer.html",
|
||||
|
|
|
@ -433,7 +433,7 @@ vectors_new_vectors_query (GimpImage *gimage,
|
|||
options->query_box =
|
||||
gimp_viewable_dialog_new (GIMP_VIEWABLE (gimage),
|
||||
_("New Path"), "new_path_options",
|
||||
GTK_STOCK_NEW,
|
||||
GIMP_STOCK_TOOL_PATH,
|
||||
_("New Path Options"),
|
||||
gimp_standard_help_func,
|
||||
"dialogs/vectors/new_vectors.html",
|
||||
|
|
Loading…
Reference in New Issue