mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Fix typo of knosole -> konsole
This commit is contained in:
@@ -1362,7 +1362,7 @@ bool RunProcessAsAdmin(const QString &fullExecutablePath, const QStringList &par
|
||||
|
||||
// if none of the graphical options, then look for sudo and either
|
||||
const QString termEmulator[] = {
|
||||
lit("x-terminal-emulator"), lit("gnome-terminal"), lit("knosole"), lit("xterm"),
|
||||
lit("x-terminal-emulator"), lit("gnome-terminal"), lit("konsole"), lit("xterm"),
|
||||
};
|
||||
|
||||
for(const QString &sudo : graphicalSudo)
|
||||
|
||||
Reference in New Issue
Block a user