Checking in attachment 137260 with minor modification.

See bug 219589
This commit is contained in:
mostafah%oeone.com 2003-12-11 21:23:07 +00:00
Родитель eee82377cb
Коммит ab3f02b60b
2 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -138,9 +138,6 @@ logMessage("application : " + applicationName);
function calendarInit()
{
if(applicationName == "Thunderbird") {
document.getElementById( 'tasksMenuNavigator' ).setAttribute( "collapsed", "true" );
}
// get the calendar event data source
gEventSource = new CalendarEventDataSource();
@ -1033,7 +1030,7 @@ function goFindNewCalendars()
function displayCalendarVersion()
{
window.openDialog( getBrowserURL(), "_blank", "chrome,all,dialog=no", 'chrome://calendar/content/about.html' );
window.openDialog('chrome://calendar/content/about.xul', 'About','modal,centerscreen,chrome,width=500,resizable=yes');
}
function playSound( ThisURL )

Просмотреть файл

@ -301,9 +301,7 @@
<menuitem id="calendar-about-menu-item"
label="&calendar.about.label;"
accesskey="&calendar.about.accesskey;"
oncommand="window.openDialog('chrome://calendar/content/about.xul',
'About',
'modal,centerscreen,chrome,width=500,resizable=yes');"/>
oncommand="displayCalendarVersion();"/>
</menupopup>
</menu>
</menubar>