From 6f7660e0d5a1058f2969a8ffdb4ce6e8cc41bec9 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 26 Jul 2010 00:20:39 -0300 Subject: [PATCH] Fixed file description in .rc file. --- src/resources_win32.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources_win32.rc b/src/resources_win32.rc index 28b1ea9fd..bed4968bd 100644 --- a/src/resources_win32.rc +++ b/src/resources_win32.rc @@ -18,7 +18,7 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "http://www.aseprite.org/" - VALUE "FileDescription", "A pixel art program" + VALUE "FileDescription", "Allegro Sprite Editor" VALUE "FileVersion", "0, 8, 0, 0" VALUE "InternalName", "aseprite" VALUE "LegalCopyright", "Copyright (C) 2001-2010 by David Capello"