Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | // Microsoft Visual C++ generated resource script. |
michael@0 | 6 | // |
michael@0 | 7 | #include "resource.h" |
michael@0 | 8 | |
michael@0 | 9 | #define APSTUDIO_READONLY_SYMBOLS |
michael@0 | 10 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 11 | // |
michael@0 | 12 | // Generated from the TEXTINCLUDE 2 resource. |
michael@0 | 13 | // |
michael@0 | 14 | #include "winresrc.h" |
michael@0 | 15 | |
michael@0 | 16 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 17 | #undef APSTUDIO_READONLY_SYMBOLS |
michael@0 | 18 | |
michael@0 | 19 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 20 | // English (U.S.) resources |
michael@0 | 21 | |
michael@0 | 22 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
michael@0 | 23 | #ifdef _WIN32 |
michael@0 | 24 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
michael@0 | 25 | #pragma code_page(1252) |
michael@0 | 26 | #endif //_WIN32 |
michael@0 | 27 | |
michael@0 | 28 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 29 | // |
michael@0 | 30 | // RT_MANIFEST |
michael@0 | 31 | // |
michael@0 | 32 | |
michael@0 | 33 | 1 RT_MANIFEST "updater.exe.manifest" |
michael@0 | 34 | |
michael@0 | 35 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 36 | // |
michael@0 | 37 | // Icon |
michael@0 | 38 | // |
michael@0 | 39 | |
michael@0 | 40 | IDI_DIALOG ICON "updater.ico" |
michael@0 | 41 | |
michael@0 | 42 | |
michael@0 | 43 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 44 | // |
michael@0 | 45 | // Embedded certificates for allowed MARs |
michael@0 | 46 | // |
michael@0 | 47 | |
michael@0 | 48 | #if defined(MAR_SIGNING_RELEASE_BETA) |
michael@0 | 49 | IDR_PRIMARY_CERT TYPE_CERT "release_primary.der" |
michael@0 | 50 | IDR_BACKUP_CERT TYPE_CERT "release_secondary.der" |
michael@0 | 51 | #elif defined(MAR_SIGNING_AURORA_NIGHTLY) |
michael@0 | 52 | IDR_PRIMARY_CERT TYPE_CERT "nightly_aurora_level3_primary.der" |
michael@0 | 53 | IDR_BACKUP_CERT TYPE_CERT "nightly_aurora_level3_secondary.der" |
michael@0 | 54 | #else |
michael@0 | 55 | IDR_PRIMARY_CERT TYPE_CERT "dep1.der" |
michael@0 | 56 | IDR_BACKUP_CERT TYPE_CERT "dep2.der" |
michael@0 | 57 | #endif |
michael@0 | 58 | |
michael@0 | 59 | IDR_XPCSHELL_CERT TYPE_CERT "xpcshellCertificate.der" |
michael@0 | 60 | |
michael@0 | 61 | |
michael@0 | 62 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 63 | // |
michael@0 | 64 | // Embedded an identifier to uniquely identiy this as a Mozilla updater. |
michael@0 | 65 | // |
michael@0 | 66 | |
michael@0 | 67 | STRINGTABLE |
michael@0 | 68 | { |
michael@0 | 69 | IDS_UPDATER_IDENTITY, "moz-updater.exe-4cdccec4-5ee0-4a06-9817-4cd899a9db49" |
michael@0 | 70 | } |
michael@0 | 71 | |
michael@0 | 72 | |
michael@0 | 73 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 74 | // |
michael@0 | 75 | // Dialog |
michael@0 | 76 | // |
michael@0 | 77 | |
michael@0 | 78 | IDD_DIALOG DIALOGEX 0, 0, 253, 41 |
michael@0 | 79 | STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
michael@0 | 80 | FONT 8, "MS Shell Dlg", 400, 0, 0x1 |
michael@0 | 81 | BEGIN |
michael@0 | 82 | CONTROL "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,7,24,239,10 |
michael@0 | 83 | LTEXT "",IDC_INFO,7,8,239,13,SS_NOPREFIX |
michael@0 | 84 | END |
michael@0 | 85 | |
michael@0 | 86 | |
michael@0 | 87 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 88 | // |
michael@0 | 89 | // DESIGNINFO |
michael@0 | 90 | // |
michael@0 | 91 | |
michael@0 | 92 | #ifdef APSTUDIO_INVOKED |
michael@0 | 93 | GUIDELINES DESIGNINFO |
michael@0 | 94 | BEGIN |
michael@0 | 95 | IDD_DIALOG, DIALOG |
michael@0 | 96 | BEGIN |
michael@0 | 97 | LEFTMARGIN, 7 |
michael@0 | 98 | RIGHTMARGIN, 246 |
michael@0 | 99 | TOPMARGIN, 7 |
michael@0 | 100 | BOTTOMMARGIN, 39 |
michael@0 | 101 | END |
michael@0 | 102 | END |
michael@0 | 103 | #endif // APSTUDIO_INVOKED |
michael@0 | 104 | |
michael@0 | 105 | |
michael@0 | 106 | #ifdef APSTUDIO_INVOKED |
michael@0 | 107 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 108 | // |
michael@0 | 109 | // TEXTINCLUDE |
michael@0 | 110 | // |
michael@0 | 111 | |
michael@0 | 112 | 1 TEXTINCLUDE |
michael@0 | 113 | BEGIN |
michael@0 | 114 | "resource.h\0" |
michael@0 | 115 | END |
michael@0 | 116 | |
michael@0 | 117 | 2 TEXTINCLUDE |
michael@0 | 118 | BEGIN |
michael@0 | 119 | "#include ""winresrc.h""\r\n" |
michael@0 | 120 | "\0" |
michael@0 | 121 | END |
michael@0 | 122 | |
michael@0 | 123 | 3 TEXTINCLUDE |
michael@0 | 124 | BEGIN |
michael@0 | 125 | "\r\n" |
michael@0 | 126 | "\0" |
michael@0 | 127 | END |
michael@0 | 128 | |
michael@0 | 129 | #endif // APSTUDIO_INVOKED |
michael@0 | 130 | |
michael@0 | 131 | #endif // English (U.S.) resources |
michael@0 | 132 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 133 | |
michael@0 | 134 | |
michael@0 | 135 | |
michael@0 | 136 | #ifndef APSTUDIO_INVOKED |
michael@0 | 137 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 138 | // |
michael@0 | 139 | // Generated from the TEXTINCLUDE 3 resource. |
michael@0 | 140 | // |
michael@0 | 141 | |
michael@0 | 142 | |
michael@0 | 143 | ///////////////////////////////////////////////////////////////////////////// |
michael@0 | 144 | #endif // not APSTUDIO_INVOKED |
michael@0 | 145 |