[Ttssh2-commit] [7765] backout r7758

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 6月 13日 (木) 07:31:51 JST


Revision: 7765
          https://osdn.net/projects/ttssh2/scm/svn/commits/7765
Author:   maya
Date:     2019-06-13 07:31:51 +0900 (Thu, 13 Jun 2019)
Log Message:
-----------
backout r7758

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/7758

Modified Paths:
--------------
    trunk/teraterm/teraterm/addsetting.cpp

-------------- next part --------------
Modified: trunk/teraterm/teraterm/addsetting.cpp
===================================================================
--- trunk/teraterm/teraterm/addsetting.cpp	2019-06-12 12:07:34 UTC (rev 7764)
+++ trunk/teraterm/teraterm/addsetting.cpp	2019-06-12 22:31:51 UTC (rev 7765)
@@ -827,7 +827,7 @@
 				memset(szFile, 0, sizeof(szFile));
 				ofn.lStructSize = get_OPENFILENAME_SIZEA();
 				ofn.hwndOwner = GetSafeHwnd();
-				ofn.lpstrFilter = "Image Files(*.jpg;*.jpeg;*.bmp)\\0*.jpg;*.jpeg;*.bmp\\0All Files(*.*)\\0*.*\\0\\0";
+				ofn.lpstrFilter = "Image Files(*.jpg;*.jpeg;*.bmp)\0*.jpg;*.jpeg;*.bmp\0All Files(*.*)\0*.*\0";
 				ofn.lpstrFile = szFile;
 				ofn.nMaxFile = _countof(szFile);
 				ofn.lpstrTitle = "select image file";


Ttssh2-commit メーリングリストの案内
Back to archive index