app/dialogs/convert-dialog.c app/dialogs/image-merge-layers-dialog.c
2005-09-02 Sven Neumann <sven@gimp.org> * app/dialogs/convert-dialog.c * app/dialogs/image-merge-layers-dialog.c * app/dialogs/layer-add-mask-dialog.c * app/dialogs/offset-dialog.c: use verbs instead of "OK" in the confirmative dialog button.
This commit is contained in:
committed by
Sven Neumann
parent
2fb4aa2603
commit
b98c560f7a
@ -1,3 +1,11 @@
|
||||
2005-09-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/convert-dialog.c
|
||||
* app/dialogs/image-merge-layers-dialog.c
|
||||
* app/dialogs/layer-add-mask-dialog.c
|
||||
* app/dialogs/offset-dialog.c: use verbs instead of "OK" in the
|
||||
confirmative dialog button.
|
||||
|
||||
2005-09-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* AUTHORS
|
||||
|
||||
@ -125,7 +125,7 @@ convert_dialog_new (GimpImage *gimage,
|
||||
GIMP_HELP_IMAGE_CONVERT_INDEXED,
|
||||
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_OK, GTK_RESPONSE_OK,
|
||||
_("C_onvert"), GTK_RESPONSE_OK,
|
||||
|
||||
NULL);
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ image_merge_layers_dialog_new (GimpImage *image,
|
||||
GIMP_HELP_IMAGE_MERGE_LAYERS,
|
||||
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_OK, GTK_RESPONSE_OK,
|
||||
_("_Merge"), GTK_RESPONSE_OK,
|
||||
|
||||
NULL);
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ layer_add_mask_dialog_new (GimpLayer *layer,
|
||||
GIMP_HELP_LAYER_MASK_ADD,
|
||||
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_OK, GTK_RESPONSE_OK,
|
||||
GTK_STOCK_ADD, GTK_RESPONSE_OK,
|
||||
|
||||
NULL);
|
||||
|
||||
|
||||
@ -113,7 +113,7 @@ offset_dialog_new (GimpDrawable *drawable,
|
||||
GIMP_HELP_LAYER_OFFSET,
|
||||
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_OK, GTK_RESPONSE_OK,
|
||||
_("_Offset"), GTK_RESPONSE_OK,
|
||||
|
||||
NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user