Fixed bug 21116 -- [PP] [Regression] Save attachement doesn't correctly set the default name; r=ducarroz
git-svn-id: svn://10.0.0.236/trunk@57569 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -263,6 +263,7 @@ nsFileWidget :: PutFile ( Str255 & inTitle, Str255 & inDefaultName, FSSpec* outS
|
||||
dialogOptions.dialogOptionFlags |= kNavDontAddTranslateItems;
|
||||
dialogOptions.dialogOptionFlags ^= kNavAllowMultipleFiles;
|
||||
::BlockMoveData(inTitle, dialogOptions.message, *inTitle + 1);
|
||||
::BlockMoveData(inDefaultName, dialogOptions.savedFileName, *inDefaultName + 1);
|
||||
|
||||
// Display the get file dialog
|
||||
anErr = ::NavPutFile(
|
||||
|
||||
Reference in New Issue
Block a user