Skip to content

Commit

Permalink
Merge pull request #408 from m-tmatma/feature/fix-comment-CSearchKeyw…
Browse files Browse the repository at this point in the history
…ordManager

CSearchKeywordManager のコメントの間違いを修正
  • Loading branch information
m-tmatma authored Sep 5, 2018
2 parents 26ddca5 + 352df90 commit 51b2ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sakura_core/env/CSearchKeywordManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void CSearchKeywordManager::AddToGrepFileArr( const TCHAR* pszGrepFile )
cRecentGrepFile.Terminate();
}

/*! m_aGrepFolders.size()にpszGrepFolderを追加する
/*! m_aGrepFolders にpszGrepFolder を追加する
YAZAKI
*/
void CSearchKeywordManager::AddToGrepFolderArr( const TCHAR* pszGrepFolder )
Expand Down
2 changes: 1 addition & 1 deletion sakura_core/env/CSearchKeywordManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CSearchKeywordManager{
void AddToSearchKeyArr( const wchar_t* pszSearchKey ); // m_aSearchKeysにpszSearchKeyを追加する
void AddToReplaceKeyArr( const wchar_t* pszReplaceKey ); // m_aReplaceKeysにpszReplaceKeyを追加する
void AddToGrepFileArr( const TCHAR* pszGrepFile ); // m_aGrepFilesにpszGrepFileを追加する
void AddToGrepFolderArr( const TCHAR* pszGrepFolder ); // m_aGrepFolders.size()にpszGrepFolderを追加する
void AddToGrepFolderArr( const TCHAR* pszGrepFolder ); // m_aGrepFolders にpszGrepFolder を追加する
private:
DLLSHAREDATA* m_pShareData;
};
Expand Down

0 comments on commit 51b2ed7

Please sign in to comment.