From 8a7c423e60d534addf3dd2306b95bf6e6c4af5ea Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Sat, 24 Jun 2017 16:23:41 -0600 Subject: [PATCH] Update about message --- mainwindow.cpp | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 24d0077..18e2144 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -226,7 +226,7 @@ namespace dealii trAboutparameterGUItext = QMessageBox::tr( "

The parameterGUI is a graphical user interface for editing XML parameter files " "created by the ParameterHandler class of deal.II. Please see " - "dealii.org/doc for more information. " + "dealii.org/doc for more information. " "The parameterGUI parses XML files into a tree structure and provides " " special editors for different types of parameters.

" @@ -234,20 +234,17 @@ namespace dealii "Parameters can be edited by (double-)clicking on the value or " "by pressing the platform edit key (F2 on Linux) over an parameter item.

" - "

Editors for parameter values:" - "

" + "

Editors for parameter values:
" + "Editor fields are aware of the type of the parameter, and show reasonable " + "input fields including (where possible) error checking." "

" "

Please see dealii.org for more information

" "

Authors:
" "Martin Steigemann, martin.steigemann@mathematik.uni-kassel.de
" - "Wolfgang Bangerth, bangerth@math.tamu.edu

" + "Rene Gassmoeller, rene.gassmoeller@mailbox.org
" + "Wolfgang Bangerth, bangerth@colostate.edu
" + "

" ); QMessageBox *msg_box = new QMessageBox; -- 2.39.5