Skip to content

Commit

Permalink
More rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan386 committed Oct 6, 2017
1 parent 3dad219 commit b46c732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shareaza/Shareaza.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,7 @@ CString LoadRichHTML(UINT nResourceID, CString& strResponse, CShareazaFile* pFil
strReplace.TrimRight();

if ( strReplace.CompareNoCase( _T("Client") ) == 0 )
strReplace = CLIENT_NAME_T;
strReplace = MOD_CLIENT_NAME_T;
else if ( strReplace.CompareNoCase( _T("SmartAgent") ) == 0 )
strReplace = theApp.m_sSmartAgent;
else if ( strReplace.CompareNoCase( _T("Name") ) == 0 )
Expand Down Expand Up @@ -3454,7 +3454,7 @@ CProgressDialog::CProgressDialog(LPCTSTR szTitle, DWORD dwFlags)
{
if ( SUCCEEDED( CoCreateInstance( CLSID_ProgressDialog ) ) )
{
p->SetTitle( CLIENT_NAME_T );
p->SetTitle( MOD_CLIENT_NAME_T );
p->SetLine( 1, szTitle, FALSE, NULL );
p->StartProgressDialog( theApp.SafeMainWnd() ? theApp.SafeMainWnd()->GetSafeHwnd() : GetDesktopWindow(), NULL, dwFlags, NULL );
}
Expand Down

0 comments on commit b46c732

Please sign in to comment.