Changeset 57126 in webkit


Ignore:
Timestamp:
Apr 5, 2010 11:01:50 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-05 Luiz Agostini <luiz.agostini@openbossa.org>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Maemo5 theme - wrong spelling
https://bugs.webkit.org/show_bug.cgi?id=37110

Correcting wrong spelling in RenderThemeQt.cpp.

  • platform/qt/RenderThemeQt.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57124 r57126  
     12010-04-05  Luiz Agostini  <luiz.agostini@openbossa.org>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Maemo5 theme - wrong spelling
     6        https://bugs.webkit.org/show_bug.cgi?id=37110
     7
     8        Correcting wrong spelling in RenderThemeQt.cpp.
     9
     10        * platform/qt/RenderThemeQt.cpp:
     11
    1122010-04-05  Leandro Pereira  <leandro@profusion.mobi>
    213
  • trunk/WebCore/platform/qt/RenderThemeQt.cpp

    r56860 r57126  
    4444#include "HTMLNames.h"
    4545#ifdef Q_WS_MAEMO_5
    46 #include "Maemo5webstyle.h"
     46#include "Maemo5Webstyle.h"
    4747#endif
    4848#include "NotImplemented.h"
Note: See TracChangeset for help on using the changeset viewer.