OSDN Git Service

Fixed issue #155: Fix SVN Rebase sets upstream as remotes/trunk
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / Commands / IgnoreCommand.cpp
index 16850fe..d58e52b 100644 (file)
@@ -89,7 +89,7 @@ bool IgnoreCommand::Execute()
                        temp.Format(IDS_ERR_FAILEDIGNOREPROPERTY, (LPCTSTR)name);\r
                        temp += _T("\n");\r
                        temp += props.GetLastErrorMsg().c_str();\r
-                       CMessageBox::Show(hwndExplorer, temp, _T("TortoiseSVN"), MB_ICONERROR);\r
+                       CMessageBox::Show(hwndExplorer, temp, _T("TortoiseGit"), MB_ICONERROR);\r
                        err = TRUE;\r
                        break;\r
                }\r
@@ -98,7 +98,7 @@ bool IgnoreCommand::Execute()
        {\r
                CString temp;\r
                temp.Format(IDS_PROC_IGNORESUCCESS, (LPCTSTR)filelist);\r
-               CMessageBox::Show(hwndExplorer, temp, _T("TortoiseSVN"), MB_ICONINFORMATION);\r
+               CMessageBox::Show(hwndExplorer, temp, _T("TortoiseGit"), MB_ICONINFORMATION);\r
                return true;\r
        }\r
 #endif\r