retitled dialog to "Import from PDF" and changed the confirmative button

2005-08-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/poppler.c: retitled dialog to "Import from PDF"
	and changed the confirmative button label to "Import".
This commit is contained in:
Sven Neumann
2005-08-29 08:16:25 +00:00
committed by Sven Neumann
parent 700c111695
commit ad8929028e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-08-29 Sven Neumann <sven@gimp.org>
* plug-ins/common/poppler.c: retitled dialog to "Import from PDF"
and changed the confirmative button label to "Import".
2005-08-28 Michael Natterer <mitch@gimp.org>
Immplement "Sample Merged" for the clone tool. Fixes bug #123627.

View File

@ -696,12 +696,12 @@ load_dialog (PopplerDocument *doc,
gimp_ui_init (PLUG_IN_BINARY, FALSE);
dialog = gimp_dialog_new (_("Load PDF"), PLUG_IN_BINARY,
dialog = gimp_dialog_new (_("Import from PDF"), PLUG_IN_BINARY,
NULL, 0,
gimp_standard_help_func, LOAD_PROC,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,
_("_Import"), GTK_RESPONSE_OK,
NULL);