********> bugfix.10 Author: K.Bryson, OML. Date: 21/4/94 Programs: Leap. Severity: Moderate. Problem: Leap crashes with the error: Error: Cannot open source file XLEaPAbout; No such file or directory when 'more' is pressed on the 'About LEaP' dialog. Cause: Currently un-implemented function. So this is a temporary fix to eliminate the actual button by changing the resource file. Fix: Make the following change to leap/src/leap/xaCommand.rm4 then "make XaLeap" (note capital 'X') and "make install" -------------------------------------------------------------------------- *** OLD xaCommand.rm4 --- NEW xaCommand.rm4 *************** *** 364,370 **** XaLeap*dbAbout_1.dlgPaned.separator.shadowWidth: 0 XaLeap*dbAbout_1.dlgPaned.formCommand.wcClassName: Frame ! XaLeap*dbAbout_1.dlgPaned.formCommand.wcChildren: more cancel XaLeap*dbAbout_1.dlgPaned.formCommand.borderWidth: 0 XaLeap*dbAbout_1.dlgPaned.formCommand.police: fraction XaLeap*dbAbout_1.dlgPaned.formCommand.xFraction: 8 --- 364,370 ---- XaLeap*dbAbout_1.dlgPaned.separator.shadowWidth: 0 XaLeap*dbAbout_1.dlgPaned.formCommand.wcClassName: Frame ! XaLeap*dbAbout_1.dlgPaned.formCommand.wcChildren: cancel XaLeap*dbAbout_1.dlgPaned.formCommand.borderWidth: 0 XaLeap*dbAbout_1.dlgPaned.formCommand.police: fraction XaLeap*dbAbout_1.dlgPaned.formCommand.xFraction: 8 -------------------------------------------------------------------------- Temporary workarounds: Don't use the About..more button.