diff options
Diffstat (limited to 'chrome/app/locales/locale_settings.h')
-rw-r--r-- | chrome/app/locales/locale_settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/locales/locale_settings.h b/chrome/app/locales/locale_settings.h index 855536a..d5198ab 100644 --- a/chrome/app/locales/locale_settings.h +++ b/chrome/app/locales/locale_settings.h @@ -165,3 +165,8 @@ // The HTML for the about:terms page #define IDR_TERMS_HTML 1061 + +// The width and height of the bookmark manager in characters and lines +// (See above). +#define IDS_BOOKMARK_MANAGER_DIALOG_WIDTH_CHARS 1062 +#define IDS_BOOKMARK_MANAGER_DIALOG_HEIGHT_LINES 1063 |