mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 14:33:34 +01:00
Replace some Muttator references.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
let uri = Components.classes["@mozilla.org/network/io-service;1"]
|
let uri = Components.classes["@mozilla.org/network/io-service;1"]
|
||||||
.getService(Components.interfaces.nsIIOService)
|
.getService(Components.interfaces.nsIIOService)
|
||||||
.newURI("dactyl://help/options", null, null);
|
.newURI("dactyl://help/options", null, null);
|
||||||
Application.activeWindow.open(uri).focus(); // TODO: generalise for Muttator et al.
|
Application.activeWindow.open(uri).focus(); // TODO: generalise for Teledactyl et al.
|
||||||
window.close();
|
window.close();
|
||||||
</script>
|
</script>
|
||||||
</window>
|
</window>
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ statusbarpanel {
|
|||||||
padding: 0px 2px;
|
padding: 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for muttator's composer */
|
/* for Teledactyl's composer */
|
||||||
#content-frame, #appcontent {
|
#content-frame, #appcontent {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ Inactive/former developers:
|
|||||||
Patches:
|
Patches:
|
||||||
* Christian Dietrich (too many to list)
|
* Christian Dietrich (too many to list)
|
||||||
|
|
||||||
A lot of people contributed to Pentadactyl, which is the basis of Muttator, so please refer
|
A lot of people contributed to Pentadactyl, which is the basis of Teledactyl, so please refer
|
||||||
to that AUTHOR file for more contributors.
|
to that AUTHOR file for more contributors.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<!--?xml-stylesheet href="chrome://browser/skin/" type="text/css"?-->
|
<!--?xml-stylesheet href="chrome://browser/skin/" type="text/css"?-->
|
||||||
|
|
||||||
<overlay id="muttator"
|
<overlay id="teledactyl"
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
||||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!ENTITY dactyl.mainWindow "msgcomposeWindow">
|
<!ENTITY dactyl.mainWindow "msgcomposeWindow">
|
||||||
<!ENTITY dactyl.name "muttator">
|
<!ENTITY dactyl.name "teledactyl">
|
||||||
<!ENTITY dactyl.statusBefore "">
|
<!ENTITY dactyl.statusBefore "">
|
||||||
<!ENTITY dactyl.statusAfter "statusText">
|
<!ENTITY dactyl.statusAfter "statusText">
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
VIMBALL = muttator.vba
|
VIMBALL = teledactyl.vba
|
||||||
|
|
||||||
vimball: mkvimball.txt syntax/muttator.vim ftdetect/muttator.vim
|
vimball: mkvimball.txt syntax/teledactyl.vim ftdetect/teledactyl.vim
|
||||||
-echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
|
-echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt
|
||||||
|
|
||||||
all: vimball
|
all: vimball
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
syntax/muttator.vim
|
syntax/teledactyl.vim
|
||||||
ftdetect/muttator.vim
|
ftdetect/teledactyl.vim
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
NAME = muttator
|
NAME = teledactyl
|
||||||
BASE = ../../../common
|
BASE = ../../../common
|
||||||
include $(BASE)/Makefile.doc
|
include $(BASE)/Makefile.doc
|
||||||
|
|||||||
Reference in New Issue
Block a user