# HG changeset patch # User Matti Hamalainen # Date 1289959731 -7200 # Node ID 0751e0fb7ba9a37b2df4620c35c6cf86f7ea31c1 # Parent c136e668d9ac009bf949ae8c853e95ec94b9ec67 Added icons and resource template file. diff -r c136e668d9ac -r 0751e0fb7ba9 icons/icon-16-16.png Binary file icons/icon-16-16.png has changed diff -r c136e668d9ac -r 0751e0fb7ba9 icons/icon-16.png Binary file icons/icon-16.png has changed diff -r c136e668d9ac -r 0751e0fb7ba9 icons/icon-256-256.png Binary file icons/icon-256-256.png has changed diff -r c136e668d9ac -r 0751e0fb7ba9 icons/icon-256.png Binary file icons/icon-256.png has changed diff -r c136e668d9ac -r 0751e0fb7ba9 icons/icon-48-16.png Binary file icons/icon-48-16.png has changed diff -r c136e668d9ac -r 0751e0fb7ba9 icons/icon-48.png Binary file icons/icon-48.png has changed diff -r c136e668d9ac -r 0751e0fb7ba9 icons/icon.xcf Binary file icons/icon.xcf has changed diff -r c136e668d9ac -r 0751e0fb7ba9 resource.ico Binary file resource.ico has changed diff -r c136e668d9ac -r 0751e0fb7ba9 resource.rc.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resource.rc.in Wed Nov 17 04:08:51 2010 +0200 @@ -0,0 +1,20 @@ +MAINICON ICON "@ICON@" +1 VERSIONINFO +FILEVERSION 1,0,0,0 +PRODUCTVERSION @VERSION_COM@,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "CompanyName", "Anonymous Finnish Guy" + VALUE "FileDescription", "NewbieNudes Chat Client" + VALUE "FileVersion", "1.0" + VALUE "InternalName", "NNChat" + VALUE "LegalCopyright", "(C) Copyright 2008-2010 Anonymous Finnish Guy" + VALUE "OriginalFilename", "@EXE@" + VALUE "ProductName", "NNChat" + VALUE "ProductVersion", "@VERSION@" + END + END +END