diff options
author | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2010-04-19 08:52:11 (GMT) |
---|---|---|
committer | Jocelyn Turcotte <jocelyn.turcotte@nokia.com> | 2010-04-19 19:28:02 (GMT) |
commit | 803c20871ca3d8fee85ffaca358474cc0a084962 (patch) | |
tree | d10e58b99da2e8021526e65c34c906a4078c373c /src | |
parent | cc26a3ec5c6bfde206c7354f87bebd36b70e1205 (diff) | |
download | Qt-803c20871ca3d8fee85ffaca358474cc0a084962.zip Qt-803c20871ca3d8fee85ffaca358474cc0a084962.tar.gz Qt-803c20871ca3d8fee85ffaca358474cc0a084962.tar.bz2 |
QtWebKit: Remove translatable strings from tests/hybridPixmap.
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/tests/hybridPixmap/widget.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/tests/hybridPixmap/widget.ui b/src/3rdparty/webkit/WebKit/qt/tests/hybridPixmap/widget.ui index 4f2b3b8..ae5e0b5 100644 --- a/src/3rdparty/webkit/WebKit/qt/tests/hybridPixmap/widget.ui +++ b/src/3rdparty/webkit/WebKit/qt/tests/hybridPixmap/widget.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Widget</string> + <string notr="true">Widget</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -28,7 +28,7 @@ <item> <widget class="QLabel" name="lbl1"> <property name="text"> - <string/> + <string notr="true"/> </property> </widget> </item> @@ -47,21 +47,21 @@ </size> </property> <property name="text"> - <string>Image from Qt to HTML</string> + <string notr="true">Image from Qt to HTML</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbl3"> <property name="text"> - <string>Pixmap from Qt to HTML</string> + <string notr="true">Pixmap from Qt to HTML</string> </property> </widget> </item> <item> <widget class="QLabel" name="lbl4"> <property name="text"> - <string/> + <string notr="true"/> </property> </widget> </item> |