more elimination of qprojectM references

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@913 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-03-28 04:18:10 +00:00
parent 2235c3716e
commit 1c8cf57c5b
3 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -835,8 +835,8 @@ void QProjectM_MainWindow::refreshPlaylist()
void QProjectM_MainWindow::about()
{
QMessageBox::about ( this, tr ( "About qprojectM and projectM" ),
tr ( "<p><b>qprojectM</b> provides useful gui extensions to the projectM core library. For problems please email Carmelo Piccione: \n<a href=\"mailto:carmelo.piccione+qprojectM@gmail.com\"> carmelo.piccione+qprojectM@gmail.com</a>.</p><p><b>projectM</b> 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 <a href=\"http://projectm.sf.net\">projectm.sf.net</a> or join #projectM on the freenode IRC network." ) );
QMessageBox::about ( this, tr ( "About projectM-qt and projectM" ),
tr ( "<p><b>projectM-qt</b> provides useful gui extensions to the projectM core library. For problems please email Carmelo Piccione: \n<a href=\"mailto:carmelo.piccione+projectM@gmail.com\"> carmelo.piccione+projectM@gmail.com</a>.</p><p><b>projectM</b> 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 <a href=\"http://projectm.sf.net\">projectm.sf.net</a> 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()));

View File

@ -10,7 +10,7 @@
</rect>
</property>
<property name="windowTitle" >
<string>qprojectM</string>
<string>projectM</string>
</property>
<property name="windowIcon" >
<iconset resource="application.qrc" >:/images/icons/prjm16-transparent.svg</iconset>
@ -48,7 +48,7 @@
<property name="title" >
<string>&amp;Help</string>
</property>
<addaction name="actionAbout_qprojectM" />
<addaction name="actionAbout_projectM" />
<addaction name="actionAbout_Qt" />
<addaction name="actionHotkey_Reference" />
</widget>
@ -362,9 +362,9 @@ image: url(:/images/icons/hi16-action-projectm_unlock.png);
<string>&amp;Add Presets...</string>
</property>
</action>
<action name="actionAbout_qprojectM" >
<action name="actionAbout_projectM" >
<property name="text" >
<string>About qprojectM</string>
<string>About projectM</string>
</property>
</action>
<action name="actionAbout_Qt" >