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> <x>0</x>
<y>0</y> <y>0</y>
<width>569</width> <width>569</width>
<height>303</height> <height>328</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -20,21 +20,24 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Here you can add applications that can open error files. <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.
Specify a name for the application and the application to execute.
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 (file) - Filename containing the error
(line) - Line number containing the error (line) - Line number containing the error
(message) - Error message (message) - Error message
(severity) - Error severity (severity) - Error severity
Example opening a file with Kate and make Kate scroll to the correct line: 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>
<property name="textFormat"> <property name="textFormat">
<enum>Qt::AutoText</enum> <enum>Qt::AutoText</enum>
</property> </property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>