GUI: Update/fix application dialog texts.

I forgot to update the dialog texts when adding the parameters field.
This commit is contained in:
Kimmo Varis 2011-04-02 11:56:18 +03:00
parent 62cd07b52e
commit 95e38c2cd5
1 changed files with 8 additions and 5 deletions

View File

@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>569</width>
<height>303</height>
<height>328</height>
</rect>
</property>
<property name="windowTitle">
@ -20,21 +20,24 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Here you can add applications that can open error files.
Specify a name for the application and the application to execute.
<string>Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
The following texts are replaced with appropriate values when application is executed:
The following texts in parameters are replaced with appropriate values when application is executed:
(file) - Filename containing the error
(line) - Line number containing the error
(message) - Error message
(severity) - Error severity
Example opening a file with Kate and make Kate scroll to the correct line:
kate -l(line) (file)</string>
executable: kate
parameters: -l(line) (file)</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>