changed description

This commit is contained in:
Martchus 2015-09-22 01:56:26 +02:00
parent e5c755028d
commit 51e45e27ae
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ MainWindow::~MainWindow()
void MainWindow::showAboutDialog() void MainWindow::showAboutDialog()
{ {
if(!m_aboutDlg) { if(!m_aboutDlg) {
m_aboutDlg = new Dialogs::AboutDialog(this, tr("A simple YouTube and Grooveshark downloader."), QImage(QStringLiteral(":/icons/hicolor/128x128/apps/videodownloader.png"))); m_aboutDlg = new Dialogs::AboutDialog(this, tr("A video downloader with Qt GUI (currently only YouTube is maintained)."), QImage(QStringLiteral(":/icons/hicolor/128x128/apps/videodownloader.png")));
} }
if(m_aboutDlg->isHidden()) { if(m_aboutDlg->isHidden()) {
m_aboutDlg->showNormal(); m_aboutDlg->showNormal();