]> Dogcows Code - chaz/yoink/blobdiff - src/yoink.rc
configuration cleanup and bugfixes
[chaz/yoink] / src / yoink.rc
index 02ab6e2d5fb28e01c67e480183f85a1033b68c21..7c224036aa7d59967a5af158ba8fe49b34273f33 100644 (file)
@@ -1,7 +1,7 @@
 
 //
 // Yoink
-// Compile this file with windres and link the object with the executable.
+// Compile this file with windres and link with the executable.
 //
 
 #include <winver.h>
@@ -27,7 +27,7 @@ BEGIN
                        VALUE "FileDescription", "Alien-smashing action game"
                        VALUE "FileVersion", PACKAGE_VERSION
                        VALUE "InternalName", "Yoink"
-                       VALUE "LegalCopyright", "Copyright 2009 Charles McGarvey et al."
+                       VALUE "LegalCopyright", "Copyright 2010 Charles McGarvey et al."
                        VALUE "OriginalFilename", "yoink.exe"
                        VALUE "ProductName", "Yoink"
                        VALUE "ProductVersion", PACKAGE_VERSION
@@ -39,5 +39,5 @@ BEGIN
        END
 END
 
-1000 ICON "yoink.ico"
+1000 ICON "../arch/win32/yoink.ico"
 
This page took 0.018746 seconds and 4 git commands to generate.