diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-09-15 12:32:40 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-09-15 12:38:22 (GMT) |
commit | 0b2b41f11b5e037f93480a1af2c84c59739f685d (patch) | |
tree | 57e1f9eccbc5a76e4f43b9954c18d48654bb436c /tests/auto | |
parent | 57e0656e92ac8e8dac1a6d6f1e434a78d641e05a (diff) | |
download | Qt-0b2b41f11b5e037f93480a1af2c84c59739f685d.zip Qt-0b2b41f11b5e037f93480a1af2c84c59739f685d.tar.gz Qt-0b2b41f11b5e037f93480a1af2c84c59739f685d.tar.bz2 |
Fix linenumbers.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/backslashes/project.ts.result | 2 | ||||
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/parseui/project.ts.result | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/backslashes/project.ts.result b/tests/auto/linguist/lupdate/testdata/good/backslashes/project.ts.result index f2d109b..d3a5fdf 100644 --- a/tests/auto/linguist/lupdate/testdata/good/backslashes/project.ts.result +++ b/tests/auto/linguist/lupdate/testdata/good/backslashes/project.ts.result @@ -4,7 +4,7 @@ <context> <name>QApplication</name> <message> - <location filename="../src/main.cpp" line="10"/> + <location filename="../src/main.cpp" line="51"/> <source>QT_LAYOUT_DIRECTION</source> <comment>Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout.</comment> <translation type="unfinished"></translation> diff --git a/tests/auto/linguist/lupdate/testdata/good/parseui/project.ts.result b/tests/auto/linguist/lupdate/testdata/good/parseui/project.ts.result index 93adae4..b27d239 100644 --- a/tests/auto/linguist/lupdate/testdata/good/parseui/project.ts.result +++ b/tests/auto/linguist/lupdate/testdata/good/parseui/project.ts.result @@ -4,12 +4,12 @@ <context> <name>FindDialog</name> <message> - <location filename="project.ui" line="48"/> + <location filename="project.ui" line="55"/> <source>Qt Assistant - Finn text</source> <translation type="unfinished"></translation> </message> <message utf8="true"> - <location filename="project.ui" line="51"/> + <location filename="project.ui" line="58"/> <source>Finn tekst - Der Bjørn möchte auch mal.</source> <translation type="unfinished"></translation> </message> |