Bug 645456 - Inconsistent window (role) naming scheme
Applied patch from Christoph Kappel which adds a "gimp-" prefix to all plug-in dialog window roles.
This commit is contained in:
@ -29,6 +29,7 @@
|
||||
|
||||
#define PLUG_IN_PROC "plug-in-convmatrix"
|
||||
#define PLUG_IN_BINARY "convolution-matrix"
|
||||
#define PLUG_IN_ROLE "gimp-convolution-matrix"
|
||||
|
||||
#define RESPONSE_RESET 1
|
||||
|
||||
@ -902,7 +903,7 @@ convolve_image_dialog (GimpDrawable *drawable)
|
||||
|
||||
gimp_ui_init (PLUG_IN_BINARY, FALSE);
|
||||
|
||||
dialog = gimp_dialog_new (_("Convolution Matrix"), PLUG_IN_BINARY,
|
||||
dialog = gimp_dialog_new (_("Convolution Matrix"), PLUG_IN_ROLE,
|
||||
NULL, 0,
|
||||
gimp_standard_help_func, PLUG_IN_PROC,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user