Changeset 58105 in webkit


Ignore:
Timestamp:
Apr 22, 2010 10:32:57 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-22 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Remove translatable strings from the hybridPixmap test.
https://bugs.webkit.org/show_bug.cgi?id=37867

  • tests/hybridPixmap/widget.ui:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r58096 r58105  
     12010-04-22  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Remove translatable strings from the hybridPixmap test.
     6        https://bugs.webkit.org/show_bug.cgi?id=37867
     7
     8        * tests/hybridPixmap/widget.ui:
     9
    1102010-04-22  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
    211
  • trunk/WebKit/qt/tests/hybridPixmap/widget.ui

    r53613 r58105  
    1212  </property>
    1313  <property name="windowTitle">
    14    <string>Widget</string>
     14   <string notr="true">Widget</string>
    1515  </property>
    1616  <layout class="QVBoxLayout" name="verticalLayout">
     
    1919     <property name="url" stdset="0">
    2020      <url>
    21        <string>about:blank</string>
     21       <string notr="true">about:blank</string>
    2222      </url>
    2323     </property>
     
    2929      <widget class="QLabel" name="lbl1">
    3030       <property name="text">
    31         <string/>
     31        <string notr="true"/>
    3232       </property>
    3333      </widget>
     
    4848       </property>
    4949       <property name="text">
    50         <string>Image from Qt to HTML</string>
     50        <string notr="true">Image from Qt to HTML</string>
    5151       </property>
    5252      </widget>
     
    5555      <widget class="QLabel" name="lbl3">
    5656       <property name="text">
    57         <string>Pixmap from Qt to HTML</string>
     57        <string notr="true">Pixmap from Qt to HTML</string>
    5858       </property>
    5959      </widget>
     
    6262      <widget class="QLabel" name="lbl4">
    6363       <property name="text">
    64         <string/>
     64        <string notr="true"/>
    6565       </property>
    6666      </widget>
Note: See TracChangeset for help on using the changeset viewer.