From: Foster B. <fos...@us...> - 2006-02-23 23:29:34
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25760/adobe/source Modified Files: basic_sheet.cpp Log Message: the state of things. We've been working to isolate static_text_t (now called label_t) but it has been slow going because we're trying to wrestle with perfecting the API and what effect that has on other components that were using label_t in a way that isn't in accordance with the new API we're trying to write. As it stands static_disabled_text_m is broken on both platforms, but everything else should be working better. Index: basic_sheet.cpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/source/basic_sheet.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** basic_sheet.cpp 3 Feb 2006 18:33:38 -0000 1.2 --- basic_sheet.cpp 23 Feb 2006 23:28:56 -0000 1.3 *************** *** 100,102 **** } // namespace adobe ! /*************************************************************************************************/ \ No newline at end of file --- 100,102 ---- } // namespace adobe ! /*************************************************************************************************/ |