OSDN Git Service

Fix setup will launch old version msi to remove old version.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / RepositoryBar.cpp
index 9f8145e..9f4e397 100644 (file)
@@ -104,7 +104,7 @@ bool CRepositoryBar::Create(CWnd* parent, UINT id, bool in_dialog)
                m_cbxUrl.Create(WS_CHILD | WS_TABSTOP | CBS_DROPDOWN, rect, this, IDC_URL_COMBO);\r
                m_cbxUrl.SetURLHistory(true);\r
                m_cbxUrl.SetFont(font);\r
-               m_cbxUrl.LoadHistory(_T("Software\\TortoiseSVN\\History\\repoURLS"), _T("url"));\r
+               m_cbxUrl.LoadHistory(_T("Software\\TortoiseGit\\History\\repoURLS"), _T("url"));\r
                temp.LoadString(IDS_REPO_BROWSEURL);\r
                rbbi.lpText     = const_cast<LPTSTR>((LPCTSTR)temp);\r
                rbbi.hwndChild  = m_cbxUrl.m_hWnd;\r