Mac: Fix IBAction typo (issue #648).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@696 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2012-06-14 15:38:17 +00:00
parent fd5c3c0d75
commit 7e6932cd00
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ NSButton* MakeButton(NSRect* rect, NSString* title, NSView* parent) {
RunDragDropTest(g_handler->GetBrowser());
}
- (IBAtion)testZoomIn:(id)sender {
- (IBAction)testZoomIn:(id)sender {
if (g_handler.get() && g_handler->GetBrowserId()) {
CefRefPtr<CefBrowser> browser = g_handler->GetBrowser();
browser->GetHost()->SetZoomLevel(browser->GetHost()->GetZoomLevel() + 0.5);