Skip to content

Commit

Permalink
update README*
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jul 26, 2019
1 parent d653700 commit 9f1ed3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ It's a special message compiler I made. See mcdx/MESSAGETABLEDX.md for details.
- Correctly fail upon compilation error of string table and message table.
* 2019.07.14 ver.5.1.9
- Supported UTF-16 source input/output.
* 2019.XX.YY ver.5.2.0
- Correctly treat DIALOG STYLE values.
* 2019.07.26 ver.5.2.0
- Correctly treat `DIALOG STYLE` values (`WS_CAPTION` is default value of `DIALOG STYLE`).
- Fixed a bug that the application unexpectedly deletes the file when it opened a compressed EXE file without expanding.

## Contact Us
Expand Down
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Question 4. What is mcdx?
- Correctly fail upon compilation error of string table and message table.
* 2019.07.14 ver.5.1.9
- Supported UTF-16 source input/output.
* 2019.XX.YY ver.5.2.0
- Correctly treat DIALOG STYLE values.
* 2019.07.26 ver.5.2.0
- Correctly treat DIALOG STYLE values (WS_CAPTION is default value of DIALOG STYLE).
- Fixed a bug that the application unexpectedly deletes the file when it opened a compressed EXE file without expanding.

/////////////////////////////////////////////////////
Expand Down
4 changes: 2 additions & 2 deletions READMEJP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@
文字列テーブルとメッセージテーブルのコンパイルエラーでちゃんと失敗。
2019.07.14 ver.5.1.9
UTF-16ソースの入出力をサポート。
2019.XX.YY ver.5.2.0
DIALOG STYLEを正しく扱う
2019.07.26 ver.5.2.0
DIALOG STYLE を正しく扱う (WS_CAPTION はDIALOG STYLEのデフォルト値)
圧縮されたEXEファイルを開くときに、展開せずに開いたときにファイルが消えてしまうバグを修正。
まとめサイトのURLを更新。

Expand Down

0 comments on commit 9f1ed3b

Please sign in to comment.