port Bug 229818 Search/Subscribe should use start/stopMeteors

git-svn-id: svn://10.0.0.236/trunk@151113 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-01-09 23:47:16 +00:00
parent 6c62aaa345
commit 481849e907

View File

@@ -34,6 +34,7 @@
ondialogcancel="return subscribeCancel();">
<stringbundle id="bundle_subscribe" src="chrome://messenger/locale/subscribe.properties"/>
<stringbundle id="bundle_subscribe" src="chrome://messenger/locale/messenger.properties"/>
<script type="application/x-javascript" src="chrome://messenger/content/mailWindow.js"/>
<script type="application/x-javascript" src="chrome://messenger/content/subscribe.js"/>
@@ -173,7 +174,7 @@
oncommand="SetSubscribeState(false)"/>
<button id="refresh" label="&refreshButton.label;" accesskey="&refreshButton.accesskey;"
oncommand="Refresh()"/>
<button id="stop" label="&stopButton.label;" accesskey="&stopButton.accesskey;"
<button id="cmd_stop" label="&stopButton.label;" accesskey="&stopButton.accesskey;"
oncommand="Stop()"/>
<spacer flex="1"/>
</vbox>