Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/sources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6755/adobe/test/begin/sources
Modified Files:
express_viewer.cpp report_exception.cpp
Log Message:
asl 1.0.13
Index: report_exception.cpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/sources/report_exception.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** report_exception.cpp 24 Jan 2006 19:38:50 -0000 1.3
--- report_exception.cpp 3 Feb 2006 18:33:38 -0000 1.4
***************
*** 1,6 ****
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
! or a copy at http://opensource.adobe.com/licenses.html)
*/
--- 1,6 ----
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
! or a copy at http://opensource.adobe.com/licenses.html)
*/
Index: express_viewer.cpp
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/sources/express_viewer.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** express_viewer.cpp 24 Jan 2006 19:38:50 -0000 1.9
--- express_viewer.cpp 3 Feb 2006 18:33:38 -0000 1.10
***************
*** 1,6 ****
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
! or a copy at http://opensource.adobe.com/licenses.html)
*/
--- 1,6 ----
/*
! Copyright 2005-2006 Adobe Systems Incorporated
! Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
[...1153 lines suppressed...]
! system_beep();
}
--- 633,647 ----
void application_t::display_error( const std::string& msg )
{
! if (_editor_sheet_m)
! {
! _editor_sheet_m->set( editor_error_cell_g, adobe::value_t( msg ) );
! _editor_sheet_m->set( editor_visible_tab_cell_g, adobe::value_t( editor_key_errors_tab_g ) );
! _editor_sheet_m->update();
! }
#ifndef NDEBUG
! else std::cerr << msg << std::endl;
#endif
! system_beep();
}
|