diff options
author | pixel <pixel> | 2004-12-22 15:25:00 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-22 15:25:00 +0000 |
commit | 766388b4a337de6fc387755f5eb23c2b29a45830 (patch) | |
tree | f2e355ecdfb1b007ef09b79df232feac7f457646 /luapatch.rc | |
parent | 1deecb6a389e0ec6d006d8ebeab659c9f194b709 (diff) |
Fixing linux compilation
Diffstat (limited to 'luapatch.rc')
-rw-r--r-- | luapatch.rc | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/luapatch.rc b/luapatch.rc index 2602292..caf7682 100644 --- a/luapatch.rc +++ b/luapatch.rc @@ -132,17 +132,7 @@ BEGIN BEGIN
VALUE "Comments", "LuaPatcher - CD Patching system"
VALUE "CompanyName", "NOBIS - http://www.nobis-crew.org/"
- VALUE "FileDescription", "LuaPatcher - Système de patch de CD"
- VALUE "FileVersion", "0, 4, 0, 0"
- VALUE "LegalCopyright", "Copyright © 2003-2005 Nicolas ""Pixel"" Noble / NOBIS"
- VALUE "ProductName", "LuaPatch"
- VALUE "ProductVersion", "0, 4, 0, 0"
- END
- BLOCK "040c04b0"
- BEGIN
- VALUE "Comments", "LuaPatcher - Système de patch de CD"
- VALUE "CompanyName", "NOBIS - http://www.nobis-crew.org/"
- VALUE "FileDescription", "NOBIS - http://www.nobis-crew.org/"
+ VALUE "FileDescription", "LuaPatcher - CD Patching system"
VALUE "FileVersion", "0, 4, 0, 0"
VALUE "LegalCopyright", "Copyright © 2003-2005 Nicolas ""Pixel"" Noble / NOBIS"
VALUE "ProductName", "LuaPatch"
@@ -245,9 +235,7 @@ IDI_ICON ICON "cdrom.ico" IDD_FILESELECT DLGINIT
BEGIN
- IDC_SOURCETYPE, 0x403, 6, 0
-0x7771, 0x2065, 0x002e,
- 0
+ IDC_SOURCETYPE, 0x403, 6, 0, 0x7771, 0x2065, 0x002e, 0
END
#endif // Neutral (Sys. Default) resources
|