diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-16 12:51:18 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-16 12:53:46 (GMT) |
commit | a5336f46ea47afdb84874be391a6ce960a391e50 (patch) | |
tree | 0e6176c182d77008d42ba85574b6868b731a96a3 /tests | |
parent | 5a3b85e077428862f4a9f69651a6f631920203df (diff) | |
download | Qt-a5336f46ea47afdb84874be391a6ce960a391e50.zip Qt-a5336f46ea47afdb84874be391a6ce960a391e50.tar.gz Qt-a5336f46ea47afdb84874be391a6ce960a391e50.tar.bz2 |
Make test pass after license header changes
Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/mergeui/project.ts.before | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/mergeui/project.ts.before b/tests/auto/linguist/lupdate/testdata/good/mergeui/project.ts.before index 1ad6ec8..6a1f625 100644 --- a/tests/auto/linguist/lupdate/testdata/good/mergeui/project.ts.before +++ b/tests/auto/linguist/lupdate/testdata/good/mergeui/project.ts.before @@ -3,18 +3,18 @@ <context> <name>FindDialog</name> <message> - <location filename="project.ui" line="15"/> + <location filename="project.ui" line="57"/> <source>Qt Assistant - Find text</source> <!--should be changed to unfinished, since we are changing the sourcetext in the UI file--> <translation>Qt Assistant - Finn tekst</translation> </message> <message> - <location filename="project.ui" line="18"/> + <location filename="project.ui" line="60"/> <source>300px</source> <translation>300px</translation> </message> <message> - <location filename="project.ui" line="21"/> + <location filename="project.ui" line="63"/> <source>400px</source> <translation type="unfinished"></translation> </message> |