mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
Fix typo
This commit is contained in:
parent
1be292df7d
commit
f17a262b86
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ void Application::runExternalProgram(const QString &programTemplate, const BitTo
|
||||||
const QString logMsg = tr("Running external program. Torrent: \"%1\". Command: `%2`");
|
const QString logMsg = tr("Running external program. Torrent: \"%1\". Command: `%2`");
|
||||||
const QString logMsgError = tr("Failed to run external program. Torrent: \"%1\". Command: `%2`");
|
const QString logMsgError = tr("Failed to run external program. Torrent: \"%1\". Command: `%2`");
|
||||||
|
|
||||||
// The processing sequenece is different for Windows and other OS, this is intentional
|
// The processing sequence is different for Windows and other OS, this is intentional
|
||||||
#if defined(Q_OS_WIN)
|
#if defined(Q_OS_WIN)
|
||||||
const QString program = replaceVariables(programTemplate);
|
const QString program = replaceVariables(programTemplate);
|
||||||
const std::wstring programWStr = program.toStdWString();
|
const std::wstring programWStr = program.toStdWString();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue