Changeset 64671 in webkit


Ignore:
Timestamp:
Aug 4, 2010 1:18:49 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-08-04 Markus Goetz <Markus.Goetz@nokia.com>

Reviewed by Simon Hausmann.

[Qt] Change wording in QtTestBrowser
https://bugs.webkit.org/show_bug.cgi?id=43241

  • QtTestBrowser/launcherwindow.cpp: (LauncherWindow::createChrome):
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r64654 r64671  
     12010-08-04  Markus Goetz  <Markus.Goetz@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Change wording in QtTestBrowser
     6        https://bugs.webkit.org/show_bug.cgi?id=43241
     7
     8        * QtTestBrowser/launcherwindow.cpp:
     9        (LauncherWindow::createChrome):
     10
    1112010-08-04  Aaron Boodman  <aa@chromium.org>
    212
  • trunk/WebKitTools/QtTestBrowser/launcherwindow.cpp

    r64556 r64671  
    243243
    244244#if QT_VERSION >= QT_VERSION_CHECK(4, 6, 0)
    245     QAction* touchMockAction = toolsMenu->addAction("Toggle multitouch mocking", this, SLOT(setTouchMocking(bool)));
     245    QAction* touchMockAction = toolsMenu->addAction("Toggle touch mocking", this, SLOT(setTouchMocking(bool)));
    246246    touchMockAction->setCheckable(true);
    247247    touchMockAction->setShortcut(QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_T));
Note: See TracChangeset for help on using the changeset viewer.