Update the LMMS logo and mimetypes (#4519)
* Update the LMMS logo and mimetypes * fix bmp for nsis installer * Update window and About icons, rename icons, change the file association logic * Fix NSIS * Revert nsh patch * Fix small icon * Always write DefaultIcon in the registry * Fix file permissions * Fix nsis branding * Fix nsis branding #2 * update the icon windows and linux * Update apple icon, add windows visual manifest * try to fix windows installation * typo * typo 2 * Set small logo to conform to 48x48 grid
This commit is contained in:
@@ -791,7 +791,7 @@ int main( int argc, char * * argv )
|
||||
) );
|
||||
|
||||
mb.setIcon( QMessageBox::Warning );
|
||||
mb.setWindowIcon( embed::getIconPixmap( "icon" ) );
|
||||
mb.setWindowIcon( embed::getIconPixmap( "icon_small" ) );
|
||||
mb.setWindowFlags( Qt::WindowCloseButtonHint );
|
||||
|
||||
QPushButton * recover;
|
||||
|
||||
@@ -257,7 +257,7 @@ MainWindow::~MainWindow()
|
||||
void MainWindow::finalize()
|
||||
{
|
||||
resetWindowTitle();
|
||||
setWindowIcon( embed::getIconPixmap( "icon" ) );
|
||||
setWindowIcon( embed::getIconPixmap( "icon_small" ) );
|
||||
|
||||
|
||||
// project-popup-menu
|
||||
@@ -408,7 +408,7 @@ void MainWindow::finalize()
|
||||
#if !(defined(LMMS_BUILD_APPLE) && (QT_VERSION >= 0x050000) && (QT_VERSION < 0x050600))
|
||||
help_menu->addSeparator();
|
||||
#endif
|
||||
help_menu->addAction( embed::getIconPixmap( "icon" ), tr( "About" ),
|
||||
help_menu->addAction( embed::getIconPixmap( "icon_small" ), tr( "About" ),
|
||||
this, SLOT( aboutLMMS() ) );
|
||||
|
||||
// create tool-buttons
|
||||
|
||||
Reference in New Issue
Block a user