mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kdesu: use QFile::decodeName for command in KDEsuDialog to fix encoding
This commit is contained in:
parent
58f1b49f80
commit
5fca64b9eb
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ static int startApp()
|
|||
#endif
|
||||
KDEsuDialog dlg(user, auth_user, keep && !terminal, icon, withIgnoreButton);
|
||||
if (prompt)
|
||||
dlg.addCommentLine(i18n("Command:"), command);
|
||||
dlg.addCommentLine(i18n("Command:"), QFile::decodeName(command));
|
||||
if (defKeep)
|
||||
dlg.setKeepPassword(true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue