changed label of default action button to "Grab".
2004-11-08 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c: changed label of default action button to "Grab".
This commit is contained in:
parent
8b74f33c86
commit
d9075fb76d
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-11-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/screenshot.c: changed label of default action
|
||||
button to "Grab".
|
||||
|
||||
2004-11-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/CEL.c
|
||||
|
|
|
|||
|
|
@ -640,7 +640,7 @@ shoot_dialog (void)
|
|||
gimp_standard_help_func, HELP_ID,
|
||||
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
GTK_STOCK_OK, GTK_RESPONSE_OK,
|
||||
_("Grab"), GTK_RESPONSE_OK,
|
||||
|
||||
NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue