Skip to content

Commit

Permalink
fix matome URL
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jul 26, 2019
1 parent 4aff777 commit d653700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions READMEJP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@
2019.XX.YY ver.5.2.0
DIALOG STYLEを正しく扱う。
圧縮されたEXEファイルを開くときに、展開せずに開いたときにファイルが消えてしまうバグを修正。
まとめサイトのURLを更新。

/////////////////////////////////////////////////////
// 片山博文MZ (katahiromz) [A.N.T.]
Expand Down
2 changes: 1 addition & 1 deletion src/RisohEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9678,7 +9678,7 @@ void MMainWnd::OnClone(HWND hwnd)
void MMainWnd::OnJumpToMatome(HWND hwnd)
{
static const WCHAR szURL[] =
L"https://katahiromz.web.fc2.com/re/matome/";
L"https://katahiromz.web.fc2.com/colony3rd/risoheditor";

ShellExecuteW(hwnd, NULL, szURL, NULL, NULL, SW_SHOWNORMAL);
}
Expand Down

0 comments on commit d653700

Please sign in to comment.