| OLD | NEW |
| 1 // These are the identifiers for locale specific settings. | 1 // These are the identifiers for locale specific settings. |
| 2 | 2 |
| 3 // UNUSED 1000 | 3 // UNUSED 1000 |
| 4 | 4 |
| 5 // The font used in web-style native pages (e.g. History). | 5 // The font used in web-style native pages (e.g. History). |
| 6 #define IDS_WEB_FONT_FAMILY 1001 | 6 #define IDS_WEB_FONT_FAMILY 1001 |
| 7 | 7 |
| 8 // The default value for HTTP Accept-Language header. | 8 // The default value for HTTP Accept-Language header. |
| 9 #define IDS_ACCEPT_LANGUAGES 1002 | 9 #define IDS_ACCEPT_LANGUAGES 1002 |
| 10 | 10 |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 // The HTML for the about:terms page | 165 // The HTML for the about:terms page |
| 166 #define IDR_TERMS_HTML 1061 | 166 #define IDR_TERMS_HTML 1061 |
| 167 | 167 |
| 168 // The width and height of the bookmark manager in characters and lines | 168 // The width and height of the bookmark manager in characters and lines |
| 169 // (See above). | 169 // (See above). |
| 170 #define IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS 1062 | 170 #define IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS 1062 |
| 171 #define IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES 1063 | 171 #define IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES 1063 |
| 172 | 172 |
| 173 // The language dependent download view size. | 173 // The language dependent download view size. |
| 174 #define IDS_DOWNLOAD_BIG_PROGRESS_SIZE 1064 | 174 #define IDS_DOWNLOAD_BIG_PROGRESS_SIZE 1064 |
| 175 |
| 176 // The width and height of the Select Profile dialog in characters and lines |
| 177 // (See above). |
| 178 #define IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS 1065 |
| 179 #define IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES 1066 |
| 180 |
| 181 // The width of the New Profile dialog in characters (See above). |
| 182 #define IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS 1067 |
| OLD | NEW |