From e731572bf5cbd7c01cce449d4a45c3e8d5a39cf9 Mon Sep 17 00:00:00 2001 From: "varada%netscape.com" Date: Wed, 15 Nov 2000 01:30:50 +0000 Subject: [PATCH] getting rid of wrong commenting --- cck/ib/ib.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cck/ib/ib.cpp b/cck/ib/ib.cpp index 7e725965d63..6d035e95143 100644 --- a/cck/ib/ib.cpp +++ b/cck/ib/ib.cpp @@ -444,13 +444,13 @@ int interpret(char *cmd) return TRUE;//***Changed FALSE to TRUE if (!CopyFile(iniSrcPath, iniDstPath, TRUE)) DWORD e = GetLastError(); -/* if (strcmp(key, "Program Folder Name") == 0) + if (strcmp(key, "Program Folder Name") == 0) { strcpy(temp, "Netscape 6 by "); strcat(temp, newvalue); newvalue = temp; } -*/ WritePrivateProfileString(section, key, newvalue, iniDstPath); + WritePrivateProfileString(section, key, newvalue, iniDstPath); } else if (strcmp(cmdname, "replaceXPI") == 0) {