Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 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 |
} |
} |
| 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.8575 |
|
| changed lines |
| |
Added in v.8576 |
|
|
| |