From: Rene Gassmoeller
Date: Sat, 24 Jun 2017 22:23:41 +0000 (-0600)
Subject: Update about message
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7c423e60d534addf3dd2306b95bf6e6c4af5ea;p=parameter_gui.git
Update about message
---
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:"
- "
"
- " - Integer- and Double-type parameters: SpinBox
"
- " - Booleans: ComboBox
"
- " - Selection: ComboBox
"
- " - File- and DirectoryName parameters: BrowseLineEditor
"
- " - Anything|MultipleSelection|List: LineEditor
"
- "
"
+ "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;