diff --git a/trimsp/TrimSPGUI/TrimSPGUI.pl b/trimsp/TrimSPGUI/TrimSPGUI.pl
index 1343966..682d71b 100644
--- a/trimsp/TrimSPGUI/TrimSPGUI.pl
+++ b/trimsp/TrimSPGUI/TrimSPGUI.pl
@@ -1,6 +1,6 @@
# Form implementation generated from reading ui file 'TrimSPGUItabs.ui'
#
-# Created: Tue Aug 11 15:28:40 2009
+# Created: Tue Sep 8 11:42:14 2009
# by: The PerlQt User Interface Compiler (puic)
#
# WARNING! All changes made in this file will be lost!
@@ -1943,7 +1943,7 @@ sub ConfirmQuit
my $Ans = Qt::MessageBox::question( this, "Quit?","Are you sure you want to quit?","&Yes","&No","",0,1);
if ($Ans==0) {
# Then quit
- exit;
+ Qt::Application::exit( 0 );
}
# Otherwize go back
# print STDOUT $ENV{'TRIMBIN'}."\n";
diff --git a/trimsp/TrimSPGUI/TrimSPGUItabs.ui b/trimsp/TrimSPGUI/TrimSPGUItabs.ui
index 9aea18b..3e3285f 100755
--- a/trimsp/TrimSPGUI/TrimSPGUItabs.ui
+++ b/trimsp/TrimSPGUI/TrimSPGUItabs.ui
@@ -44,6 +44,22 @@
true
+
+
+ Progress
+
+
+
+ 0
+ 525
+ 715
+ 20
+
+
+
+ WinPanel
+
+
tabs
@@ -732,6 +748,11 @@
B12
+ -
+
+ H
+
+
ProjType
@@ -2060,22 +2081,6 @@
-
-
- Progress
-
-
-
- 0
- 525
- 715
- 20
-
-
-
- WinPanel
-
-
diff --git a/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h b/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h
index 0a961bb..1e15717 100755
--- a/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h
+++ b/trimsp/TrimSPGUI/TrimSPGUItabs.ui.h
@@ -23,7 +23,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Foobar. If not, see .
+# along with TrimSPGUI. If not, see .
#
# Copyright 2009 by Zaher Salman and the LEM Group.
#
@@ -563,7 +563,7 @@ void TrimSPGUI::ConfirmQuit()
my $Ans = Qt::MessageBox::question( this, "Quit?","Are you sure you want to quit?","&Yes","&No","",0,1);
if ($Ans==0) {
# Then quit
- exit;
+ Qt::Application::exit( 0 );
}
# Otherwize go back
# print STDOUT $ENV{'TRIMBIN'}."\n";
diff --git a/trimsp/TrimSPGUI/icon.png b/trimsp/TrimSPGUI/icon.png
index 28ce772..1256a89 100644
Binary files a/trimsp/TrimSPGUI/icon.png and b/trimsp/TrimSPGUI/icon.png differ