Skip to content

Commit

Permalink
Fix 'Clone In New Language'
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Feb 24, 2019
1 parent 5a0ed31 commit a75dd27
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ It's a special message compiler I made. See mcdx/MESSAGETABLEDX.md for details.
* 2019.01.27 ver.5.1.5
- Don't use WS_EX_MDICHILD extended style.
- Support ReactOS.
* 2019.XX.YY ver.5.1.6
* 2019.02.24 ver.5.1.6
- Improve Italian translation.
- GUI Adjustment.
- GUI adjustment.
- Fix "Clone In New Language".

## Contact Us

Expand Down
5 changes: 3 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ Question 4. What is mcdx?
* 2019.01.27 ver.5.1.5
- Don't use WS_EX_MDICHILD extended style.
- Support ReactOS.
* 2019.XX.YY ver.5.1.6
* 2019.02.24 ver.5.1.6
- Improve Italian translation.
- GUI Adjustment.
- GUI adjustment.
- Fix "Clone In New Language".

/////////////////////////////////////////////////////
// Katayama Hirofumi MZ (katahiromz) [A.N.T.]
Expand Down
3 changes: 2 additions & 1 deletion READMEJP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,10 @@
2019.01.27 ver.5.1.5
WS_EX_MDICHILD拡張スタイルを使わないようにした。
ReactOSをサポート。
2019.XX.YY ver.5.1.6
2019.02.24 ver.5.1.6
イタリア語の改良。
GUIの調整。
「別の言語で複製」を修正。

/////////////////////////////////////////////////////
// 片山博文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 @@ -3318,7 +3318,7 @@ void MMainWnd::OnCopyAsNewLang(HWND hwnd)
{
// search the entries
EntrySetBase found;
g_res.search(found, ET_LANG, entry->m_type, WORD(0), entry->m_lang);
g_res.search(found, ET_LANG, entry->m_type, entry->m_name, entry->m_lang);

// copy them
for (auto e : found)
Expand Down

0 comments on commit a75dd27

Please sign in to comment.