summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-05-12 14:58:16 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-05-12 14:58:16 +0200
commit0fe311844e1c9975e2349098ebf68a973daeb107 (patch)
tree4bccc0c338ec767f518f7508dff2b35ce321da04 /pkgs/applications/graphics/gimp
parent2d68295beac21fd974948a7ce1c1f6bd20f39ff7 (diff)
gimpPlugins.resynthesizer: update menu comment
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/plugins/default.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index f090ad30ae4f..1787b1d9e7fc 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -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";