Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8544 by zmatsuo, Mon Feb 17 15:27:46 2020 UTC revision 8576 by zmatsuo, Fri Mar 6 15:21:54 2020 UTC
# Line 1170  void WINAPI OpenHelp(UINT Command, DWORD Line 1170  void WINAPI OpenHelp(UINT Command, DWORD
1170          wchar_t uimsg[MAX_UIMSG];          wchar_t uimsg[MAX_UIMSG];
1171          wchar_t *HomeDirW;          wchar_t *HomeDirW;
1172    
1173          /* Get home directory */           /* Get home directory */
1174          if (GetModuleFileNameA(NULL,Temp,_countof(Temp)) == 0) {          if (GetModuleFileNameA(NULL,Temp,_countof(Temp)) == 0) {
1175                  return;                  return;
1176          }          }
# Line 1182  void WINAPI OpenHelp(UINT Command, DWORD Line 1182  void WINAPI OpenHelp(UINT Command, DWORD
1182    
1183          // ヘルプのオーナーは常にデスクトップになる (2007.5.12 maya)          // ヘルプのオーナーは常にデスクトップになる (2007.5.12 maya)
1184          HWin = GetDesktopWindow();          HWin = GetDesktopWindow();
1185          if (_HtmlHelpW(HWin, HelpFN, Command, Data) == NULL && Command != HH_CLOSE_ALL) {          if (_HtmlHelpW(HWin, HelpFN, Command, Data) == NULL) {
1186                  // ヘルプが開けなかった                  // ヘルプが開けなかった
1187                  wchar_t buf[MAX_PATH];                  wchar_t buf[MAX_PATH];
1188                  get_lang_msgW("MSG_OPENHELP_ERROR", uimsg, _countof(uimsg),                  get_lang_msgW("MSG_OPENHELP_ERROR", uimsg, _countof(uimsg),

Legend:
Removed from v.8544  
changed lines
  Added in v.8576

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26