mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kio: update placeholders references in KOpenWithDialog
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
25d81b76b9
commit
779f3b5635
1 changed files with 3 additions and 5 deletions
|
@ -222,7 +222,7 @@ QVariant KApplicationModel::data(const QModelIndex &index, int role) const
|
|||
break;
|
||||
}
|
||||
default: {
|
||||
;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return QVariant();
|
||||
|
@ -595,11 +595,9 @@ void KOpenWithDialogPrivate::init(const QString &text, const QString &value)
|
|||
"%F - a list of files; use for applications that can open several local files at once\n"
|
||||
"%u - a single URL\n"
|
||||
"%U - a list of URLs\n"
|
||||
"%d - the directory of the file to open\n"
|
||||
"%D - a list of directories\n"
|
||||
"%i - the icon\n"
|
||||
"%m - the mini-icon\n"
|
||||
"%c - the comment"
|
||||
"%c - the comment\n"
|
||||
"%k - the location of the desktop file"
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue