plug-ins: s/GimpPluginPrintError/GimpPluginPDFError/
Likely a copy-paste typo. Nothing serious, but since I saw it, let's fix it.
This commit is contained in:
@ -135,7 +135,7 @@
|
||||
typedef enum
|
||||
{
|
||||
GIMP_PLUGIN_PDF_SAVE_ERROR_FAILED
|
||||
} GimpPluginPrintError;
|
||||
} GimpPluginPDFError;
|
||||
|
||||
GQuark gimp_plugin_pdf_save_error_quark (void);
|
||||
|
||||
|
Reference in New Issue
Block a user