diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/resources/locale_settings.grd | 28 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 24 |
2 files changed, 51 insertions, 1 deletions
diff --git a/chrome/app/resources/locale_settings.grd b/chrome/app/resources/locale_settings.grd index c591457..e25a00b 100644 --- a/chrome/app/resources/locale_settings.grd +++ b/chrome/app/resources/locale_settings.grd @@ -410,6 +410,23 @@ 17 </message> + <!-- The width and height of the First Run Search Engine Selection dialog box in characters and --> + <!-- lines (See above). --> + <message name="IDS_FIRSTRUN_SEARCH_ENGINE_SELECTION_WIDTH_CHARS" use_name_for_id="true"> + 128 + </message> + <if expr="pp_ifdef('_google_chrome')"> + <message name="IDS_FIRSTRUN_SEARCH_ENGINE_SELECTION_HEIGHT_LINES" use_name_for_id="true"> + 20 + </message> + </if> + <!-- With text instead of images, the selection dialog is much smaller. --> + <if expr="not pp_ifdef('_google_chrome')"> + <message name="IDS_FIRSTRUN_SEARCH_ENGINE_SELECTION_HEIGHT_LINES" use_name_for_id="true"> + 14 + </message> + </if> + <!-- The width and height of the Cookies dialog box in characters and lines --> <!-- (See above). --> <message name="IDS_COOKIES_PROMPT_WIDTH_CHARS" use_name_for_id="true"> @@ -455,7 +472,7 @@ 12 </message> - <!-- The width and height of the First Run Search Information mini --> + <!-- The width and height of the First Run Search Information OEM --> <!-- bubble in characters and lines (See above). --> <message name="IDS_FIRSTRUNOEMBUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 37 @@ -464,6 +481,15 @@ 3 </message> + <!-- The width and height of the First Run Omnibox Information minimal --> + <!-- bubble in characters and lines (See above). --> + <message name="IDS_FIRSTRUN_MINIMAL_BUBBLE_DIALOG_WIDTH_CHARS" use_name_for_id="true"> + 62 + </message> + <message name="IDS_FIRSTRUN_MINIMAL_BUBBLE_DIALOG_HEIGHT_LINES" use_name_for_id="true"> + 5 + </message> + <!-- The minimum width of javascript alert popups. --> <message name="IDS_ALERT_DIALOG_WIDTH_CHARS" use_name_for_id="true"> 30 diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index baa714b..dc922a9 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -345,6 +345,18 @@ <include name="IDR_WIZARD_ICON_RTL" file="google_chrome/wizard_icon_rtl.png" type="BINDATA" /> <include name="IDR_PRODUCT_ICON_32" file="google_chrome/google_chrome_icon_32.png" type="BINDATA" /> <include name="IDR_INFOBAR_TRANSLATE" file="google_chrome/infobar_translate.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_GOOGLE" file="google_chrome/search_google.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_YAHOO" file="google_chrome/search_yahoo.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_BING" file="google_chrome/search_bing.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_ASK" file="google_chrome/search_ask.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_CENTRUMCZ" file="google_chrome/search_centrumcz.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_GOO" file="google_chrome/search_goo.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_MAILRU" file="google_chrome/search_mailru.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_NETSPRINT" file="google_chrome/search_netsprint.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_SEZNAM" file="google_chrome/search_seznam.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_VIRGILIO" file="google_chrome/search_virgilio.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_YAHOOJP" file="google_chrome/search_yahoojp.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_YANDEX" file="google_chrome/search_yandex.png" type="BINDATA" /> </if> <if expr="not pp_ifdef('_google_chrome')"> @@ -360,6 +372,18 @@ <include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" /> <include name="IDR_PRODUCT_ICON_32" file="chromium/chromium_icon_32.png" type="BINDATA" /> <include name="IDR_INFOBAR_TRANSLATE" file="chromium/infobar_translate.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_GOOGLE" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_YAHOO" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_BING" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_ASK" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_CENTRUMCZ" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_GOO" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_MAILRU" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_NETSPRINT" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_SEZNAM" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_VIRGILIO" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_YAHOOJP" file="notused.png" type="BINDATA" /> + <include name="IDR_SEARCH_ENGINE_LOGO_YANDEX" file="notused.png" type="BINDATA" /> </if> <if expr="pp_ifdef('_google_chrome') and (os == 'darwin')"> |