OSDN Git Service

Modify Create repository error message
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / Commands / CreateRepositoryCommand.h
index 4dd86cb..cada30c 100644 (file)
@@ -40,7 +40,7 @@ public:
 \r
                if (git.Run(_T("git.exe init-db"),&output,CP_UTF8))\r
                {\r
-                       CMessageBox::Show(hwndExplorer, IDS_PROC_REPOCREATEERR, IDS_APPNAME, MB_ICONERROR);\r
+                       CMessageBox::Show(hwndExplorer, output, _T("TortoiseGit"), MB_ICONERROR);\r
                        return false;\r
                }\r
                else\r