From 0ffce206ce6a5b2dd629db75b587fe0c02ee1c3c Mon Sep 17 00:00:00 2001 From: Ulrich Kemloh <kemlohulrich@gmail.com> Date: Wed, 10 Dec 2014 10:53:34 +0100 Subject: [PATCH] Travisto renamed to JPSvis in the about section. Version updated. --- forms/mainwindow.ui | 4 ++-- src/MainWindow.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forms/mainwindow.ui b/forms/mainwindow.ui index edd0340..6397f29 100644 --- a/forms/mainwindow.ui +++ b/forms/mainwindow.ui @@ -539,7 +539,7 @@ border-color: rgb(255, 255, 255);</string> <x>0</x> <y>0</y> <width>450</width> - <height>21</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -710,7 +710,7 @@ border-color: rgb(255, 255, 255);</string> </action> <action name="actionAbout"> <property name="text"> - <string>About TraVisTo</string> + <string>About JPSvis</string> </property> <property name="shortcut"> <string>F1</string> diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index b372ad6..c79afd0 100755 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,5 +1,5 @@ /** - * @file travisto.cpp + * @file MainWindow.cpp * @author Ulrich Kemloh <kemlohulrich@gmail.com> * @version 0.1 * Copyright (C) <2009-2010> @@ -275,7 +275,7 @@ void MainWindow::slotHelpAbout() QMessageBox::about( this, "About JPSVis", - "Version 0.5 built with QT 4.8 and VTK 5.10\n\n" + "Version 0.6-alpha built with QT 4.8 and VTK 5.10\n\n" "JPSVis is part of the Juelich Pedestrian Simulator (JuPdsim)" "and stands for Trajectories Visualisation Tool. It is a tool for visualizing pedestrians motion\n" "developped at the Forschungszentrum Juelich GmbH, Germany\n\n" -- GitLab