зеркало из https://github.com/mozilla/pjs.git
bug 346912 - renames our print() function to fix name collision with toolkit. r=jminta
This commit is contained in:
Родитель
5788248e7c
Коммит
65ac2019d3
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче