changeset 194:0751e0fb7ba9

Added icons and resource template file.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Nov 2010 04:08:51 +0200
parents c136e668d9ac
children 829457be9eea
files icons/icon-16-16.png icons/icon-16.png icons/icon-256-256.png icons/icon-256.png icons/icon-48-16.png icons/icon-48.png icons/icon.xcf resource.ico resource.rc.in
diffstat 9 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file icons/icon-16-16.png has changed
Binary file icons/icon-16.png has changed
Binary file icons/icon-256-256.png has changed
Binary file icons/icon-256.png has changed
Binary file icons/icon-48-16.png has changed
Binary file icons/icon-48.png has changed
Binary file icons/icon.xcf has changed
Binary file resource.ico has changed
--- /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