augh, back myself out, accidentally checked in on a closed tree

git-svn-id: svn://10.0.0.236/trunk@70719 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2000-05-24 05:05:29 +00:00
parent 74dcb00fb9
commit 82ebb05027
2 changed files with 5 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
@@ -226,16 +226,13 @@ nsMsgStatusFeedback.prototype =
},
StopMeteors : function()
{
dump("stopping meteors 1\n");
if (!gStatusBar)
gStatusBar = document.getElementById("statusbar-icon");
if(!gThrobber)
gThrobber = document.getElementById("navigator-throbber");
dump("stopping meteors 1\n");
if (!gStatusBar) gStatusBar = document.getElementById("statusbar-icon");
if(!gThrobber) gThrobber = document.getElementById("navigator-throbber");
// Record page loading time.
var elapsed = ( (new Date()).getTime() - startTime ) / 1000;
var msg = Bundle.GetStringFromName("documentDonePrefix") +
elapsed + Bundle.GetStringFromName("documentDonePostfix");
var msg = "Document: Done (" + elapsed + " secs)";
dump( msg + "\n" );
window.MsgStatusFeedback.ShowStatusString(msg);
defaultStatus = msg;

View File

@@ -65,19 +65,3 @@ serverType-movemail=Unix Movemail
recipientColumnHeader=Recipient
senderColumnHeader=Sender
# status feedback stuff
documentDonePrefix=Document: Done (
documentDonePostfix=secs)
documentDone=Document: Done
documentLoading=Loading Document...
# localized folder names
localFolders=Local Folders
unsentFolderName=Unsent Messages
trashFolderName=Trash
sentFolderName=Sent
draftsFolderName=Drafts
templatesFolderName=Templates