aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/uihelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/uihelper.h')
-rw-r--r--src/qmmpui/uihelper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/uihelper.h b/src/qmmpui/uihelper.h
index bec1f4a10..309b871f3 100644
--- a/src/qmmpui/uihelper.h
+++ b/src/qmmpui/uihelper.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008-2014 by Ilya Kotov *
+ * Copyright (C) 2008-2016 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -88,11 +88,11 @@ public:
*/
QMenu *createMenu(MenuType type, const QString &title = QString(), QWidget *parent = 0);
/*!
- * Opens 'Add File' dialog
+ * Opens 'Add Files' dialog
* @param parent Parent widget
* @param model Destination playlist model
*/
- void addFile(QWidget *parent = qApp->activeWindow(),
+ void addFiles(QWidget *parent = qApp->activeWindow(),
PlayListModel *model = PlayListManager::instance()->selectedPlayList());
/*!
* Opens 'Play Files' dialog