Fix for bugscape bug 17315: Help menu customizations aren't in MacOSX
(r=smeredith) git-svn-id: svn://10.0.0.236/trunk@125580 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1341,7 +1341,10 @@ void ModifyHelpMenu(CString inputFile, CString outputFile)
|
||||
|
||||
while (!srcf.eof())
|
||||
{
|
||||
srcf.getline(tempbuf,MAX_SIZE);
|
||||
if (curPlatform == "Mac OS")
|
||||
srcf.getline(tempbuf,MAX_SIZE,'\r');
|
||||
else
|
||||
srcf.getline(tempbuf,MAX_SIZE);
|
||||
dstf << tempbuf << "\n";
|
||||
if ((CString(tempbuf).Find(searchstr)) != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user