From: Frank Li Date: Thu, 6 Aug 2009 15:11:08 +0000 (+0800) Subject: Update license file and fix don't show "push" after commit X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=9bc8642b1ba7d10ad455bf9b0ce5a819f7e87f01;p=tortoisegit%2FTortoiseGitJp.git Update license file and fix don't show "push" after commit Signed-off-by: Frank Li --- diff --git a/src/TortoiseGitSetup/License.rtf b/src/TortoiseGitSetup/License.rtf index bc2b9b4..e159e57 100644 Binary files a/src/TortoiseGitSetup/License.rtf and b/src/TortoiseGitSetup/License.rtf differ diff --git a/src/TortoiseProc/CommitDlg.cpp b/src/TortoiseProc/CommitDlg.cpp index 68e48c4..681bca3 100644 --- a/src/TortoiseProc/CommitDlg.cpp +++ b/src/TortoiseProc/CommitDlg.cpp @@ -513,7 +513,7 @@ void CCommitDlg::OnOK() progress.m_GitCmd=cmd; progress.m_bShowCommand = FALSE; // don't show the commit command progress.m_PreText = out; // show any output already generated in log window - progress.m_changeAbortButtonOnSuccessTo = "&Push"; + progress.m_changeAbortButtonOnSuccessTo = _T("&Push"); DWORD userResponse = progress.DoModal(); if(progress.m_GitStatus)