Adding in small check for new import / export wizard.

git-svn-id: svn://10.0.0.236/trunk@129913 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mikep%oeone.com
2002-09-18 14:56:59 +00:00
parent 3b1c830556
commit 24ae12453a
2 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ const extensionCsv = ".csv";
const filterRdf = "iCalendar RDF";
const extensionRdf = ".rdf";
if( opener.gICalLib )
gICalLib = opener.gICalLib;
// convert to and from Unicode for file i/o
function convertFromUnicode( aCharset, aSrc )
{

View File

@@ -67,6 +67,9 @@ const extensionCsv = ".csv";
const filterRdf = "iCalendar RDF";
const extensionRdf = ".rdf";
if( opener.gICalLib )
gICalLib = opener.gICalLib;
// convert to and from Unicode for file i/o
function convertFromUnicode( aCharset, aSrc )
{