Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #define IDD_MAIN 101 | |
|
Sergey Ulanov
2012/10/11 01:15:24
We shouldn't need this file if you move resources
simonmorris
2012/10/11 21:27:35
This can be addressed in a separate CL, when we've
| |
| 2 #define IDC_START_HOST 102 | |
| 3 #define IDC_STOP_HOST 103 | |
| 4 #define IDD_START_HOST 104 | |
| 5 #define IDC_HOST_NAME_LABEL 105 | |
| 6 #define IDC_HOST_NAME 106 | |
| 7 #define IDC_PIN_LABEL 107 | |
| 8 #define IDC_PIN 108 | |
| 9 #define IDC_CONFIRM_PIN_LABEL 109 | |
| 10 #define IDC_CONFIRM_PIN 110 | |
| 11 #define IDC_CONSENT 111 | |
| 12 #define IDS_TITLE 112 | |
| 13 #define IDS_SAME_PIN 113 | |
| 14 #define IDS_HOST_START_SUCCEEDED 114 | |
| 15 #define IDS_HOST_START_FAILED 115 | |
| 16 #define IDS_INVALID_PIN 116 | |
| 17 #define IDS_USE_BROWSER 117 | |
| 18 #define IDC_CHANGE_PIN 118 | |
| 19 #define IDS_CONSENT 119 | |
| OLD | NEW |