]> git.sesse.net Git - vlc/commitdiff
Qt: use the new lock icon.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Feb 2009 10:18:43 +0000 (11:18 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Feb 2009 10:18:43 +0000 (11:18 +0100)
modules/gui/qt4/main_interface.cpp

index bd241632adaa25c0bed05c7e21bdb63527139cca..f1d490e8d2237aefbd50d16cf7e48bcef7cf03b9 100644 (file)
@@ -359,7 +359,7 @@ void MainInterface::showCryptedLabel( bool )
     if( cryptedLabel == NULL )
     {
         cryptedLabel = new QLabel;
-        cryptedLabel->setPixmap( QPixmap( ":/eject" ) );
+        cryptedLabel->setPixmap( QPixmap( ":/lock" ) );
         statusBar()->addWidget( cryptedLabel );
     }