Tag: cws_dev300_odbmacros3 User: fs Date: 2008-04-21 21:23:00+0000 Modified: dba/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
Log: default to the Finish button when on the last page File Changes: Directory: /dba/dbaccess/source/ext/macromigration/ =================================================== File [changed]: macromigrationdialog.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/macromigrationdialog.cxx?r1=1.3&r2=1.3.2.1 Delta lines: +4 -3 ------------------- --- macromigrationdialog.cxx 2008-04-10 13:12:51+0000 1.3 +++ macromigrationdialog.cxx 2008-04-21 21:22:57+0000 1.3.2.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: macromigrationdialog.cxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.2.1 $ * * This file is part of OpenOffice.org. * @@ -202,7 +202,8 @@ break; case STATE_SUMMARY: - // enable the previous step - we can't return to the actual migration, it already happened (or failed) + defaultButton( WZB_FINISH ); + // disable the previous step - we can't return to the actual migration, it already happened (or failed) enableState( STATE_MIGRATE, false ); updateTravelUI(); dynamic_cast< ResultPage& >( *GetPage( STATE_SUMMARY ) ).displaySummary( m_pData->aLogger.getCompleteLog() ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
