mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 20:27:58 +01:00
rename vimperator.ver to vimperator.version
This commit is contained in:
@@ -705,7 +705,7 @@ function Commands()//{{{
|
|||||||
if (special)
|
if (special)
|
||||||
openURLs("about:");
|
openURLs("about:");
|
||||||
else
|
else
|
||||||
vimperator.echo("Vimperator version: " + vimperator.ver);
|
vimperator.echo("Vimperator version: " + vimperator.version);
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
usage: ["ve[rsion][!]"],
|
usage: ["ve[rsion][!]"],
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ function help(section, easter)
|
|||||||
// XXX: stylesheet broken here? Have to add it in the vimperator.xul file
|
// XXX: stylesheet broken here? Have to add it in the vimperator.xul file
|
||||||
'<link rel="stylesheet" href="chrome://vimperator/content/default.css" type="text/css"/>\n' +
|
'<link rel="stylesheet" href="chrome://vimperator/content/default.css" type="text/css"/>\n' +
|
||||||
'</head>\n<body>\n<div class="main">\n' +
|
'</head>\n<body>\n<div class="main">\n' +
|
||||||
'<span class="version">version ' + vimperator.ver + '</span>\n' +
|
'<span class="version">version ' + vimperator.version + '</span>\n' +
|
||||||
header +
|
header +
|
||||||
introduction +
|
introduction +
|
||||||
mappings +
|
mappings +
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ function Vimperator() //{{{1
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
this.ver = "###VERSION### CVS (created: ###DATE###)";
|
this.version = "###VERSION### CVS (created: ###DATE###)";
|
||||||
// DJK FIXME
|
// DJK FIXME
|
||||||
// this.commandline = new CommandLine();
|
// this.commandline = new CommandLine();
|
||||||
// this.search = new Search();
|
// this.search = new Search();
|
||||||
|
|||||||
Reference in New Issue
Block a user