Some tweeks.

This commit is contained in:
2009-09-08 09:46:42 +00:00
parent 50a97f6738
commit 69121e2822
4 changed files with 25 additions and 20 deletions

View File

@ -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";