зеркало из https://github.com/mozilla/pjs.git
Update messenger start up url
This commit is contained in:
Родитель
02975526c0
Коммит
9afbb85b76
|
@ -180,7 +180,7 @@ int main(int argc, char* argv[])
|
|||
if (NS_SUCCEEDED(rv))
|
||||
{
|
||||
if (cmdResult && (strcmp("1",cmdResult)==0))
|
||||
urlstr = "resource:/res/samples/mailshell.xul";
|
||||
urlstr = "resource:/res/mailnews/messenger/mailshell.xul";
|
||||
}
|
||||
}
|
||||
if (nsnull == urlstr)
|
||||
|
|
|
@ -304,7 +304,7 @@
|
|||
}
|
||||
}
|
||||
if (toolkitCore) {
|
||||
toolkitCore.ShowWindow("resource:/res/samples/mailshell.xul",
|
||||
toolkitCore.ShowWindow("resource:/res/mailnews/messenger/mailshell.xul",
|
||||
window);
|
||||
}
|
||||
}
|
||||
|
@ -762,7 +762,7 @@
|
|||
<html:td align="right">
|
||||
<titledbutton align="left" src="resource:/res/toolbar/TB_popup.gif" value="Open Windows" />
|
||||
<titledbutton align="left" src="resource:/res/toolbar/TB_MiniNav.gif" value="" />
|
||||
<titledbutton align="left" src="resource:/res/toolbar/TB_MiniMail.gif" value="" />
|
||||
<titledbutton align="left" src="resource:/res/toolbar/TB_MiniMail.gif" value="" onclick="OpenMessenger()"/>
|
||||
<titledbutton align="left" src="resource:/res/toolbar/TB_MiniAddr.gif" value="" />
|
||||
<titledbutton align="left" src="resource:/res/toolbar/TB_MiniComp.gif" value="" />
|
||||
</html:td>
|
||||
|
|
Загрузка…
Ссылка в новой задаче