From 6624610ce6dff8cf77bc4161d5f2c089c0f4cf30 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Fri, 26 Aug 2011 23:08:18 +0000 Subject: Only put the chrome frame resources in the locale dlls. Chrome Frame needs 2 dialogs and an icon in the locale dlls. The rest of the strings and resources can be pulled from the locale pak files. This also removes the icon from the pak files and moves them into the dlls. BUG=94362 Review URL: http://codereview.chromium.org/7766007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98513 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/find_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/find_dialog.h') diff --git a/chrome_frame/find_dialog.h b/chrome_frame/find_dialog.h index b17d3a8..07e2d39 100644 --- a/chrome_frame/find_dialog.h +++ b/chrome_frame/find_dialog.h @@ -10,7 +10,7 @@ #include "base/memory/ref_counted.h" #include "resource.h" -#include "grit/generated_resources.h" +#include "grit/chrome_frame_dialogs.h" class ChromeFrameAutomationClient; -- cgit v1.1