Some tweeks.
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user