diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 322948c50..8c0043ed6 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -18,11 +18,10 @@ https://tuxpaint.org/ + Closes https://sourceforge.net/p/tuxpaint/feature-requests/257/ * "Rotate", rotate's the entire image on the canvas. - + Code Bill Kendrick + + Code & icon Bill Kendrick + Sound effects based on "Rotating tank turret planetary electric motor" Creative Commons 0 by lorefold - + TODO Icon + TODO Documentation * "Fractal", a set of freehand drawing tools that diff --git a/magic/icons/rotate.png b/magic/icons/rotate.png new file mode 100644 index 000000000..00e20a8be Binary files /dev/null and b/magic/icons/rotate.png differ diff --git a/magic/src/rotate.c b/magic/src/rotate.c index fd670aeec..7369b9945 100644 --- a/magic/src/rotate.c +++ b/magic/src/rotate.c @@ -98,7 +98,7 @@ SDL_Surface *rotate_get_icon(magic_api * api, int which ATTRIBUTE_UNUSED) { char fname[1024]; - snprintf(fname, sizeof(fname), "%simages/magic/xor.png", api->data_directory); // FIXME + snprintf(fname, sizeof(fname), "%simages/magic/rotate.png", api->data_directory); return (IMG_Load(fname)); }