Skip to content

Commit

Permalink
Update sakura_core/outline/CDlgFuncList.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: berryzplus <berryzplus@gmail.com>
  • Loading branch information
beru and berryzplus authored May 19, 2021
1 parent 5171565 commit abe5d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/outline/CDlgFuncList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ void CDlgFuncList::SetTreeJava( HWND hwndDlg, BOOL bAddClass )
);
m_cmemClipText.AppendString( szText ); /* クリップボードコピー用テキスト */
// "%s%ls\r\n"
m_cmemClipText.AppendNativeData(pcFuncInfo->m_cmemFuncName.c_str());
m_cmemClipText.AppendString(pcFuncInfo->m_cmemFuncName.c_str());
m_cmemClipText.AppendString(FL_OBJ_DECLARE == pcFuncInfo->m_nInfo ? m_pcFuncInfoArr->GetAppendText( FL_OBJ_DECLARE ).c_str() : L"" ); // Jan. 04, 2001 genta C++で使用
m_cmemClipText.AppendString(L"\r\n");

Expand Down

0 comments on commit abe5d5d

Please sign in to comment.