svnno****@sourc*****
svnno****@sourc*****
2009年 12月 12日 (土) 00:58:25 JST
Revision: 3714 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3714 Author: maya Date: 2009-12-12 00:58:25 +0900 (Sat, 12 Dec 2009) Log Message: ----------- GetSaveFileName で上書き確認を出すようにした。 Modified Paths: -------------- trunk/teraterm/ttpmacro/ttl.c -------------- next part -------------- Modified: trunk/teraterm/ttpmacro/ttl.c =================================================================== --- trunk/teraterm/ttpmacro/ttl.c 2009-12-11 15:31:19 UTC (rev 3713) +++ trunk/teraterm/ttpmacro/ttl.c 2009-12-11 15:58:25 UTC (rev 3714) @@ -1129,6 +1129,7 @@ ofn.lpstrFilter = uimsg; ofn.lpstrInitialDir = NULL; if (SaveFlag) { + ofn.Flags = OFN_OVERWRITEPROMPT; ret = GetSaveFileName(&ofn); } else {