|
|
|
|
|
by prg318
4818 days ago
|
|
There is some interesting code in this release: void FuckingWellSetTheDocumentNameAndDontBloodyIgnoreMeYouCunt(LPCSTR psDocName)
{
if (gpLastOpenedModViewDoc)
{ // make absolutely fucking sure this bastard does as it's told... //
gpLastOpenedModViewDoc->SetPathName(psDocName,false);
gpLastOpenedModViewDoc->SetTitle (psDocName);
}
}
My heart goes out to whatever programmer had to meet that deadline. There are a lot more gems in the source tree if you just run: egrep -R -i "fuck" *
|
|