OSDN Git Service

All configurations (Release/Debug and x86/x64) can be built properly.
[tortoisegit/TortoiseGitJp.git] / src / TGitCache / TSVNCache.cpp
index 3b1091d..a6f49c8 100644 (file)
@@ -44,7 +44,7 @@
 \r
 #pragma comment(linker, "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
 \r
-CCrashReport crasher("tortoisegit-bug@googlegroups.com", "Crash Report for TSVNCache " APP_X64_STRING " : " STRPRODUCTVER, TRUE);// crash\r
+CCrashReport crasher("tortoisegit-bug@googlegroups.com", "Crash Report for TGitCache " APP_X64_STRING " : " STRPRODUCTVER, TRUE);// crash\r
 \r
 DWORD WINAPI           InstanceThread(LPVOID); \r
 DWORD WINAPI           PipeThread(LPVOID);\r
@@ -122,7 +122,7 @@ void DebugOutputLastError()
        }\r
 \r
        // Display the string.\r
-       OutputDebugStringA("TSVNCache GetLastError(): ");\r
+       OutputDebugStringA("TGitCache GetLastError(): ");\r
        OutputDebugString((LPCTSTR)lpMsgBuf);\r
        OutputDebugStringA("\n");\r
 \r
@@ -136,8 +136,8 @@ int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /*
 \r
        if (hReloadProtection == 0 || GetLastError() == ERROR_ALREADY_EXISTS)\r
        {\r
-               // An instance of TSVNCache is already running\r
-               ATLTRACE("TSVNCache ignoring restart\n");\r
+               // An instance of TGitCache is already running\r
+               ATLTRACE("TGitCache ignoring restart\n");\r
                return 0;\r
        }\r
 \r
@@ -176,7 +176,7 @@ int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /*
        {\r
                return 0;\r
        }\r
-       if (CRegStdWORD(_T("Software\\TortoiseSVN\\CacheTrayIcon"), FALSE)==TRUE)\r
+       if (CRegStdWORD(_T("Software\\TortoiseGit\\CacheTrayIcon"), FALSE)==TRUE)\r
        {\r
                SecureZeroMemory(&niData,sizeof(NOTIFYICONDATA));\r
 \r