From 8769c4f4ad2d3b4706ff227386bec0e83bacf980 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 14:28:15 +0200 Subject: Replace public Franz occurences with Ferdi --- src/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 55592c328..a5cf16db9 100644 --- a/src/index.js +++ b/src/index.js @@ -96,7 +96,7 @@ if (!gotTheLock) { } else if (argv.includes('--quit')) { // Needs to be delayed to not interfere with mainWindow.restore(); setTimeout(() => { - debug('Quitting Franz via Task'); + debug('Quitting Ferdi via Task'); app.quit(); }, 1); } @@ -131,7 +131,7 @@ if (!gotTheLock) { // }); // if (isSecondInstance) { -// console.log('An instance of Franz is already running. Exiting...'); +// console.log('An instance of Ferdi is already running. Exiting...'); // app.exit(); // } @@ -310,7 +310,7 @@ const createWindow = () => { // https://electronjs.org/docs/api/chrome-command-line-switches // used for Kerberos support // Usage e.g. MACOS -// $ Franz.app/Contents/MacOS/Franz --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com +// $ Franz.app/Contents/MacOS/Ferdi --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com const argv = require('minimist')(process.argv.slice(1)); if (argv['auth-server-whitelist']) { @@ -337,13 +337,13 @@ app.on('ready', () => { arguments: `${isDevMode ? `${__dirname} ` : ''}--reset-window`, iconPath: asarPath(path.join(isDevMode ? `${__dirname}../src/` : __dirname, 'assets/images/taskbar/win32/display.ico')), iconIndex: 0, - title: 'Move Franz to Current Display', - description: 'Restore the position and size of Franz', + title: 'Move Ferdi to Current Display', + description: 'Restore the position and size of Ferdi', }, { program: process.execPath, arguments: `${isDevMode ? `${__dirname} ` : ''}--quit`, iconIndex: 0, - title: 'Quit Franz', + title: 'Quit Ferdi', }]); } -- cgit v1.2.3-70-g09d2