Skip to content

Commit 05f616f

Browse files
committed
cleanup
1 parent 9b5be7b commit 05f616f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

launcher/src/CmderLauncher.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,9 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
436436
else if (!CopyFile(defaultCfgPath, cfgPath, FALSE) && PathFileExists(conEmuDir))
437437
{
438438
MessageBox(NULL,
439-
(GetLastError() == ERROR_ACCESS_DENIED)
440-
? L"Failed to copy vendor/ConEmu.xml.default file to vendor/conemu-maximus5/ConEmu.xml! Access Denied."
441-
: L"Failed to copy vendor/ConEmu.xml.default file to vendor/conemu-maximus5/ConEmu.xml!", MB_TITLE, MB_ICONSTOP);
439+
(GetLastError() == ERROR_ACCESS_DENIED)
440+
? L"Failed to copy vendor/ConEmu.xml.default file to vendor/conemu-maximus5/ConEmu.xml! Access Denied."
441+
: L"Failed to copy vendor/ConEmu.xml.default file to vendor/conemu-maximus5/ConEmu.xml!", MB_TITLE, MB_ICONSTOP);
442442
exit(1);
443443
}
444444
}

0 commit comments

Comments
 (0)