diff --git a/gui/application.ui b/gui/application.ui
index e919ceecc..758e86567 100644
--- a/gui/application.ui
+++ b/gui/application.ui
@@ -10,7 +10,7 @@
0
0
569
- 303
+ 328
@@ -20,21 +20,24 @@
-
- Here you can add applications that can open error files.
-Specify a name for the application and the application to execute.
+ 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)
+executable: kate
+parameters: -l(line) (file)
Qt::AutoText
+
+ true
+
-