fixing bogus a dependency to comm.jar I just introduced. Thanks to Steffen Wilberg for noticing.

This commit is contained in:
chanial%noos.fr 2003-10-22 18:10:25 +00:00
Родитель b9cb76cf88
Коммит 871ae3c600
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -64,7 +64,7 @@
<script type="application/x-javascript" src="chrome://global/content/viewSource.js"/>
<stringbundle id="findBundle" src="chrome://global/locale/finddialog.properties"/>
<stringbundle id="viewSourceBundle" src="chrome://navigator/locale/viewSource.properties"/>
<stringbundle id="viewSourceBundle" src="chrome://global/locale/viewSource.properties"/>
<commandset id="editMenuCommands"/>
<command id="cmd_goToLine" oncommand="ViewSourceGoToLine();" disabled="true"/>