bug 346912 - renames our print() function to fix name collision with toolkit. r=jminta

This commit is contained in:
mattwillis%gmail.com 2006-08-01 21:08:24 +00:00
Родитель 5788248e7c
Коммит 65ac2019d3
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -392,7 +392,7 @@ function closeCalendar()
self.close();
}
function print()
function calPrint()
{
window.openDialog("chrome://calendar/content/printDialog.xul",
"printdialog","chrome");

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

@ -53,7 +53,7 @@
<command id="modify_command" oncommand="editEvent()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="send_event_command" oncommand="sendEvent()" disabled="true" disabledwhennoeventsselected="true"/>
<command id="cmd_pageSetup" oncommand="PrintUtils.showPageSetup();"/>
<command id="print_command" oncommand="print()"/>
<command id="print_command" oncommand="calPrint()"/>
<command id="undo_command" oncommand="undo()" disabled="true"/>
<command id="redo_command" oncommand="redo()" disabled="true"/>