From f476e7d5269900a79d6441e216f9f6fba52528b3 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Tue, 7 Dec 2004 06:39:54 +0000 Subject: [PATCH] Created smudge icon. --- src/magic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/magic.h b/src/magic.h index 43e6383eb..f6c003e20 100644 --- a/src/magic.h +++ b/src/magic.h @@ -4,11 +4,11 @@ For Tux Paint List of available tools. - Copyright (c) 2002 by Bill Kendrick + Copyright (c) 2004 by Bill Kendrick bill@newbreedsoftware.com http://www.newbreedsoftware.com/tuxpaint/ - June 29, 2002 - August 4, 2002 + June 29, 2002 - December 6, 2004 */ @@ -117,7 +117,7 @@ const char * const magic_img_fnames[NUM_TOOLS] = { DATA_PREFIX "images/magic/thin.png", DATA_PREFIX "images/magic/fill.png", - DATA_PREFIX "images/magic/blur.png", // FIXME: this is the smudge tool + DATA_PREFIX "images/magic/smudge.png" };