mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
- KGuiItem(i18n("Save As..."), "filesaveas"))
+ KStdGuiItem::saveAs()) svn path=/trunk/kdebase/kfind/; revision=174142
This commit is contained in:
parent
6529051234
commit
f8047628a0
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@ KfindDlg::KfindDlg(const KURL & url, QWidget *parent, const char *name)
|
|||
: KDialogBase( Plain, QString::null,
|
||||
User1 | User2 | User3 | Apply | Close | Help, User1,
|
||||
parent, name, true, true,
|
||||
KGuiItem(i18n("&Find"), "find"),
|
||||
KGuiItem(i18n("&Find"), "find"),
|
||||
KGuiItem(i18n("Stop"), "stop"),
|
||||
KGuiItem(i18n("Save As..."), "filesaveas"))
|
||||
KStdGuiItem::saveAs())
|
||||
{
|
||||
QWidget::setCaption( i18n("Find Files" ) );
|
||||
setButtonBoxOrientation(Vertical);
|
||||
|
|
Loading…
Reference in a new issue