mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 08:05:45 +01:00
Melodactyl naming fixes.
This commit is contained in:
@@ -22,16 +22,13 @@ const Config = Module("config", ConfigBase, {
|
|||||||
SBGetBrowser().mCurrentBrowser.stop();
|
SBGetBrowser().mCurrentBrowser.stop();
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
/*** required options, no checks done if they really exist, so be careful ***/
|
|
||||||
name: "Xulmus",
|
|
||||||
host: "Songbird",
|
|
||||||
|
|
||||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||||
features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"],
|
features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"],
|
||||||
defaults: {
|
defaults: {
|
||||||
guioptions: "mprb",
|
guioptions: "mprb",
|
||||||
showtabline: 2,
|
showtabline: 2,
|
||||||
titlestring: "Xulmus"
|
get titlestring() config.name
|
||||||
},
|
},
|
||||||
|
|
||||||
guioptions: {
|
guioptions: {
|
||||||
|
|||||||
@@ -4,14 +4,19 @@
|
|||||||
|
|
||||||
<!ENTITY dactyl.mainWindow "mainplayer">
|
<!ENTITY dactyl.mainWindow "mainplayer">
|
||||||
<!ENTITY dactyl.commandContainer "&dactyl.mainWindow;">
|
<!ENTITY dactyl.commandContainer "&dactyl.mainWindow;">
|
||||||
<!ENTITY dactyl.name "xulmus">
|
|
||||||
<!ENTITY dactyl.appName "Xulmus">
|
|
||||||
<!ENTITY dactyl.idName "XULMUS">
|
|
||||||
<!ENTITY dactyl.host "&brandShortName;">
|
|
||||||
<!ENTITY dactyl.hostbin "songbird">
|
|
||||||
<!ENTITY dactyl.fileExt "xulmus">
|
|
||||||
<!ENTITY dactyl.statusBefore "statusbar-display">
|
<!ENTITY dactyl.statusBefore "statusbar-display">
|
||||||
<!ENTITY dactyl.statusAfter "">
|
<!ENTITY dactyl.statusAfter "">
|
||||||
|
<!ENTITY dactyl.name "melodactyl">
|
||||||
|
<!ENTITY dactyl.appName "Melodactyl">
|
||||||
|
<!ENTITY dactyl.idName "MELODACTYL">
|
||||||
|
<!ENTITY dactyl.fileExt "melo">
|
||||||
|
<!ENTITY dactyl.host "&brandShortName;">
|
||||||
|
<!ENTITY dactyl.hostbin "songbird">
|
||||||
|
|
||||||
|
<!ENTITY dactyl.code "http://code.google.com/p/dactyl/">
|
||||||
|
<!ENTITY dactyl.maillist "pentadactyl@googlegroups.com">
|
||||||
|
<!ENTITY dactyl.plugins "http://dactyl.sf.net/&dactyl.name;/plugins">
|
||||||
|
<!ENTITY dactyl.version "1.0">
|
||||||
|
|
||||||
<!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator">
|
<!ENTITY xmlns.dactyl "http://vimperator.org/namespaces/liberator">
|
||||||
<!ENTITY xmlns.html "http://www.w3.org/1999/xhtml">
|
<!ENTITY xmlns.html "http://www.w3.org/1999/xhtml">
|
||||||
|
|||||||
Reference in New Issue
Block a user