Merge pull request #1138 from tresf/stable-1.1

Fix win32 compilation
This commit is contained in:
Vesa V
2014-09-08 06:01:20 +03:00

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