OLD | NEW |
1 #include "version.h" | 1 #include "version.h" |
2 | 2 |
3 #include "winres.h" | 3 #include "winresrc.h" |
4 | 4 |
5 #ifdef APSTUDIO_INVOKED | 5 #ifdef APSTUDIO_INVOKED |
6 # error Do not open this in the GUI, it will be massacred on save. Do not do it. | 6 # error Do not open this in the GUI, it will be massacred on save. Do not do it. |
7 #endif // APSTUDIO_INVOKED | 7 #endif // APSTUDIO_INVOKED |
8 | 8 |
9 ///////////////////////////////////////////////////////////////////////////// | 9 ///////////////////////////////////////////////////////////////////////////// |
10 // | 10 // |
11 // Version | 11 // Version |
12 // | 12 // |
13 | 13 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 VALUE "LastChange", LASTCHANGE_STRING | 45 VALUE "LastChange", LASTCHANGE_STRING |
46 VALUE "Official Build", OFFICIAL_BUILD_STRING | 46 VALUE "Official Build", OFFICIAL_BUILD_STRING |
47 END | 47 END |
48 END | 48 END |
49 BLOCK "VarFileInfo" | 49 BLOCK "VarFileInfo" |
50 BEGIN | 50 BEGIN |
51 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual)
. | 51 // Note that Firefox 3.0 requires the charset to be 1252 (multi-lingual)
. |
52 VALUE "Translation", 0x409, 1252 | 52 VALUE "Translation", 0x409, 1252 |
53 END | 53 END |
54 END | 54 END |
OLD | NEW |