зеркало из https://github.com/mozilla/gecko-dev.git
Fixed problems with insert link dialog
This commit is contained in:
Родитель
74b899ecad
Коммит
26373876b4
|
@ -7,6 +7,9 @@
|
|||
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload = "Startup()">
|
||||
|
||||
<html:script>
|
||||
</html:script>
|
||||
|
||||
<html:script language="JavaScript" src="chrome://editordlgs/content/EdLinkProps.js">
|
||||
</html:script>
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ EXPORT_RESOURCE_CONTENT = \
|
|||
$(srcdir)/EdLinkProps.xul \
|
||||
$(srcdir)/EdImageProps.xul \
|
||||
$(srcdir)/EdCharacterProps.xul \
|
||||
$(srcdir)/EdCharacterProps.js \
|
||||
$(NULL)
|
||||
|
||||
install::
|
||||
|
|
|
@ -21,10 +21,12 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
install::
|
||||
$(MAKE_INSTALL) EdLinkProps.xul $(DIST)\bin\chrome\editor\dialogs\content
|
||||
$(MAKE_INSTALL) EdLinkProps.js $(DIST)\bin\chrome\editor\dialogs\content
|
||||
$(MAKE_INSTALL) EdImageProps.xul $(DIST)\bin\chrome\editor\dialogs\content
|
||||
$(MAKE_INSTALL) EdCharacterProps.xul $(DIST)\bin\chrome\editor\dialogs\content
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdLinkProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdLinkProps.js
|
||||
rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdImageProps.xul
|
||||
rm -f $(DIST)\bin\chrome\editor\dialogs\content\EdCharacterProps.xul
|
||||
|
|
Загрузка…
Ссылка в новой задаче