summaryrefslogtreecommitdiffstats
path: root/chrome_frame/find_dialog.h
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 21:58:21 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 21:58:21 +0000
commit3c6f8e155866a42aed692b88231f4c6a62fae8c7 (patch)
tree1be798be384cd76533c66c3bcaf5f1365512fe7d /chrome_frame/find_dialog.h
parentc2c132c637874d6d3104293791b15b38da58bfc9 (diff)
downloadchromium_src-3c6f8e155866a42aed692b88231f4c6a62fae8c7.zip
chromium_src-3c6f8e155866a42aed692b88231f4c6a62fae8c7.tar.gz
chromium_src-3c6f8e155866a42aed692b88231f4c6a62fae8c7.tar.bz2
Completing Chrome Frame localization by adding the resource script containing the dialog template to Chrome's generated_resources.grd. Associated changes in CF to call _AtlBaseModule.SetResourceInstance to get it to load dialog templates from a resource dll.
BUG=24305 TEST=The Find in page dialog in full tab Chrome Frame is localized. Review URL: http://codereview.chromium.org/1293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/find_dialog.h')
-rw-r--r--chrome_frame/find_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/find_dialog.h b/chrome_frame/find_dialog.h
index f2089b9..ac75f81 100644
--- a/chrome_frame/find_dialog.h
+++ b/chrome_frame/find_dialog.h
@@ -10,13 +10,13 @@
#include "base/ref_counted.h"
#include "resource.h"
-#include "grit/chrome_frame_resources.h"
+#include "grit/generated_resources.h"
class ChromeFrameAutomationClient;
class CFFindDialog : public CDialogImpl<CFFindDialog> {
public:
- enum { IDD = IDD_FIND_DIALOG };
+ enum { IDD = IDD_CHROME_FRAME_FIND_DIALOG };
BEGIN_MSG_MAP(CFFindDialog)
MESSAGE_HANDLER(WM_DESTROY, OnDestroy)