From 95e38c2cd5c9faa9c4d9c51a044520fa0fc565bd Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sat, 2 Apr 2011 11:56:18 +0300 Subject: [PATCH] GUI: Update/fix application dialog texts. I forgot to update the dialog texts when adding the parameters field. --- gui/application.ui | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 +