Fix win32 compilation

This commit is contained in:
tresf
2014-09-07 17:41:53 -04:00
parent 619f912d12
commit a278505cda

View File

@@ -133,12 +133,12 @@ MainWindow::MainWindow() :
sideBar->appendTab( new FileBrowser( root_paths.join( "*" ), "*",
#ifdef LMMS_BUILD_WIN32
tr( "My computer" ),
#endif
#ifdef LMMS_BUILD_APPLE
#elif LMMS_BUILD_APPLE
tr( "Volumes" ),
#else
tr( "Root directory" ),
#endif
embed::getIconPixmap( "computer" ).transformed( QTransform().rotate( 90 ) ),
splitter,
#ifdef LMMS_BUILD_WIN32