diff options
author | zlg <zlg@zlg.space> | 2012-08-13 15:00:54 -0400 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2012-08-13 15:00:54 -0400 |
commit | 079827179da3361c2fb4fa056013846ac9512808 (patch) | |
tree | cc20bbee42c9f8a04ac9857686a0165bc5b22fd9 /toolrc | |
parent | Added Animal Crossing pattern palettes (diff) | |
download | gimpixel-079827179da3361c2fb4fa056013846ac9512808.tar.gz gimpixel-079827179da3361c2fb4fa056013846ac9512808.tar.bz2 gimpixel-079827179da3361c2fb4fa056013846ac9512808.tar.xz gimpixel-079827179da3361c2fb4fa056013846ac9512808.zip |
Add Animal Crossing palettes
Diffstat (limited to '')
-rw-r--r-- | toolrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -100,7 +100,7 @@ (stock-id "gimp-tool-dodge") (visible no)) (GimpToolInfo "gimp-desaturate-tool" - (stock-id "gimp-convert-grayscale") + (stock-id "gimp-tool-desaturate") (visible no)) (GimpToolInfo "gimp-color-balance-tool" (stock-id "gimp-tool-color-balance") @@ -129,5 +129,8 @@ (GimpToolInfo "gimp-gegl-tool" (stock-id "gimp-gegl") (visible no)) +(GimpToolInfo "gimp-cage-tool" + (stock-id "gimp-tool-cage") + (visible yes)) # end of toolrc |