diff --git a/xpfe/bootstrap/nsAppRunner.cpp b/xpfe/bootstrap/nsAppRunner.cpp index 8cd3407c214d..35f9f897f13a 100644 --- a/xpfe/bootstrap/nsAppRunner.cpp +++ b/xpfe/bootstrap/nsAppRunner.cpp @@ -540,7 +540,7 @@ static nsresult main1(int argc, char* argv[]) } // if we get here, and we don't have a current profile, return a failure so we will exit - // this can happen, if the user hits cancel or close in the profile manager dialogs + // this can happen, if the user hits Cancel or Exit in the profile manager dialogs char *currentProfileStr = nsnull; rv = profileMgr->GetCurrentProfile(¤tProfileStr); if (NS_FAILED(rv) || !currentProfileStr || (PL_strlen(currentProfileStr) == 0)) {