diff --git a/app/core/gimp-user-install.c b/app/core/gimp-user-install.c index a57fcd5ba5..dc98d7082d 100644 --- a/app/core/gimp-user-install.c +++ b/app/core/gimp-user-install.c @@ -475,8 +475,8 @@ user_install_mkdir_with_parents (GimpUserInstall *install, /* The regexp pattern of all options changed from menurc of GIMP 2.8. * Add any pattern that we want to recognize for replacement in the menurc of * the next release*/ -#define MENURC_OVER20_UPDATE_PATTERN "\"/file/file-export-to\" |" \ - "\"/file/file-export\" |" \ +#define MENURC_OVER20_UPDATE_PATTERN "\"/file/file-export-to\"" "|" \ + "\"/file/file-export\"" "|" \ "\"/tools/tools-value-[1-4]-.*\"" /**