diff --git a/src/projectM-pulseaudio/CMakeLists.txt b/src/projectM-pulseaudio/CMakeLists.txt index dd3fd9e3d..bce467b6a 100644 --- a/src/projectM-pulseaudio/CMakeLists.txt +++ b/src/projectM-pulseaudio/CMakeLists.txt @@ -29,7 +29,7 @@ endif(LIBPROJECTM_FOUND) if (LIBPROJECTM_QT_FOUND) MESSAGE (STATUS "projectM-qt detected.") else(LIBPROJECTM_QT_FOUND) -MESSAGE (FATAL_ERROR "projectM-qt NOT detected. Please install the qprojectM module or build from the top level projectM source directory.") +MESSAGE (FATAL_ERROR "projectM-qt NOT detected. Please install the projectM-qt module or build from the top level projectM source directory.") endif(LIBPROJECTM_QT_FOUND) if (LIBPULSE_FOUND) diff --git a/src/projectM-qt/qprojectm_mainwindow.cpp b/src/projectM-qt/qprojectm_mainwindow.cpp index fb5a83d16..afb304a31 100644 --- a/src/projectM-qt/qprojectm_mainwindow.cpp +++ b/src/projectM-qt/qprojectm_mainwindow.cpp @@ -835,8 +835,8 @@ void QProjectM_MainWindow::refreshPlaylist() void QProjectM_MainWindow::about() { - QMessageBox::about ( this, tr ( "About qprojectM and projectM" ), - tr ( "
qprojectM provides useful gui extensions to the projectM core library. For problems please email Carmelo Piccione: \n carmelo.piccione+qprojectM@gmail.com.
projectM is an advanced opensource music visualizer originally based on Milkdrop but over time has gone above and beyond it. For more info visit us at projectm.sf.net or join #projectM on the freenode IRC network." ) ); + QMessageBox::about ( this, tr ( "About projectM-qt and projectM" ), + tr ( "
projectM-qt provides useful gui extensions to the projectM core library. For problems please email Carmelo Piccione: \n carmelo.piccione+projectM@gmail.com.
projectM is an advanced opensource music visualizer originally based on Milkdrop but over time has gone above and beyond it. For more info visit us at projectm.sf.net or join #projectM on the freenode IRC network." ) );
}
@@ -867,7 +867,7 @@ void QProjectM_MainWindow::createActions()
connect ( ui->actionOpen_Play_List, SIGNAL ( triggered() ), this, SLOT ( openPlaylistDialog() ) );
connect ( ui->actionSave_play_list, SIGNAL ( triggered() ), this, SLOT ( savePlaylistButtonClick() ) );
connect ( ui->actionSave_play_list_as, SIGNAL ( triggered() ), this, SLOT ( savePlaylistAsDialog() ) );
- connect ( ui->actionAbout_qprojectM, SIGNAL ( triggered() ), this, SLOT ( about() ) );
+ connect ( ui->actionAbout_projectM, SIGNAL ( triggered() ), this, SLOT ( about() ) );
connect ( ui->actionConfigure_projectM, SIGNAL ( triggered() ), this, SLOT (openSettingsDialog()) );
connect ( ui->actionAbout_Qt, SIGNAL(triggered()), this, SLOT(aboutQt()));
connect ( ui->actionHotkey_Reference, SIGNAL(triggered()), this, SLOT(hotkeyReference()));
diff --git a/src/projectM-qt/qprojectm_mainwindow.ui b/src/projectM-qt/qprojectm_mainwindow.ui
index 39ce796f2..b06c1d2d0 100644
--- a/src/projectM-qt/qprojectm_mainwindow.ui
+++ b/src/projectM-qt/qprojectm_mainwindow.ui
@@ -10,7 +10,7 @@