From 21f9e7742ee60c3d313b54dae0bc9b3f1b3bd42d Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Sun, 14 Sep 2008 09:05:56 +0000 Subject: [PATCH] Change liberator.config.appName -> liberator.config.name, thanks Daniel Schaffrath --- content/liberator.js | 4 ++-- content/tabs.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/liberator.js b/content/liberator.js index 3e38b97b..316dadff 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -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(); diff --git a/content/tabs.js b/content/tabs.js index 49c620b0..b84902f3 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -470,7 +470,7 @@ liberator.Tabs = function () //{{{ { argCount: "0" }); liberator.commands.add(["quita[ll]", "qa[ll]"], - "Quit " + liberator.config.appName, + "Quit " + liberator.config.name, function () { liberator.quit(false);