1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:52:29 +01:00

Change liberator.config.appName -> liberator.config.name, thanks Daniel Schaffrath

This commit is contained in:
Daniel Bainton
2008-09-14 09:05:56 +00:00
parent fbf64ee113
commit 21f9e7742e
2 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ const liberator = (function () //{{{
{ argCount: "0" });
liberator.commands.add(["dia[log]"],
"Open a " + liberator.config.appName + " dialog",
"Open a " + liberator.config.name + " dialog",
function (args, special)
{
try
@@ -354,7 +354,7 @@ const liberator = (function () //{{{
{ argCount: "0" });
liberator.commands.add(["res[tart]"],
"Force " + liberator.config.appName + " to restart",
"Force " + liberator.config.name + " to restart",
function ()
{
liberator.restart();