summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd3
-rw-r--r--chrome/app/theme/menu_droparrow.pngbin0 -> 2932 bytes
-rw-r--r--chrome/app/theme/theme_resources.h1
-rw-r--r--chrome/app/theme/theme_resources.rc1
4 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e6efd99..c45bf67 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3172,6 +3172,9 @@ each locale. -->
<message name="IDS_POPUPS_BLOCKED_COUNT" desc="Message on the blocked popup window">
Pop-ups Blocked: <ph name="COUNT">$1<ex>2</ex></ph>
</message>
+ <message name="IDS_POPUP_TITLE_FORMAT" desc="Order of URL - Title on the popup">
+ <ph name="URL">$1</ph> - <ph name="Window Title">$2</ph>
+ </message>
<!-- Multiple download warning-->
<message name="IDS_MULTI_DOWNLOAD_WARNING" desc="Warning invoked if multiple downloads are attempted without user interaction.">
diff --git a/chrome/app/theme/menu_droparrow.png b/chrome/app/theme/menu_droparrow.png
new file mode 100644
index 0000000..9cc81e0
--- /dev/null
+++ b/chrome/app/theme/menu_droparrow.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.h b/chrome/app/theme/theme_resources.h
index 03b34f2..0dda934 100644
--- a/chrome/app/theme/theme_resources.h
+++ b/chrome/app/theme/theme_resources.h
@@ -316,3 +316,4 @@
#define IDR_DISTRIBUTOR_LOGO_LIGHT 9308
#define IDR_BOOKMARK_MANAGER_RECENT_ICON 9309
#define IDR_BOOKMARK_MANAGER_SEARCH_ICON 9310
+#define IDR_MENU_DROPARROW 9311
diff --git a/chrome/app/theme/theme_resources.rc b/chrome/app/theme/theme_resources.rc
index 9826562..ab835ee 100644
--- a/chrome/app/theme/theme_resources.rc
+++ b/chrome/app/theme/theme_resources.rc
@@ -305,3 +305,4 @@ IDR_THROBBER_LIGHT BINDATA "throbber_light.png"
IDR_OTR_ICON_STANDALONE BINDATA "otr_icon_standalone.png"
IDR_BOOKMARK_MANAGER_RECENT_ICON BINDATA "bookmark_manager_recent.png"
IDR_BOOKMARK_MANAGER_SEARCH_ICON BINDATA "bookmark_manager_search.png"
+IDR_MENU_DROPARROW BINDATA "menu_droparrow.png"