gimpPlugins.resynthesizer: update menu comment

This commit is contained in:
Jan Tojnar 2019-05-12 14:58:16 +02:00
parent 2d68295bea
commit 0fe311844e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -93,10 +93,13 @@ stdenv.lib.makeScope pkgs.newScope (self: with self; {
resynthesizer = pluginDerivation rec {
/* menu:
Filters/Map/Resynthesize
Filters/Enhance/Smart enlarge
Filters/Enhance/Smart sharpen
Filters/Enhance/Smart remove selection
Edit/Fill with pattern seamless...
Filters/Enhance/Heal selection...
Filters/Enhance/Heal transparency...
Filters/Enhance/Sharpen by synthesis...
Filters/Enhance/Uncrop...
Filters/Map/Style...
Filters/Render/Texture...
*/
pname = "resynthesizer";
version = "2.0.3";