file name doesn't match window title upon save, when
saving new file based object.
This is bad human interface and not the best way to
handle this on Mac. Not sure how Window does it but I
would imagine it should work similarly.
The file you'll want to look at is shellfile.c in the
shellsaveas function. What I think this routine should
be doing is grabbing the window title and using that as
basis for the document name instead of using the
getdefaultfilename function. It might also be possible
to use the tyfilespec to grab the name from.
Logged In: YES
user_id=1464347
this has been fixed in v10.1a12 for Mac