[vlc-devel] commit: Qt: use the new lock icon. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Feb 24 11:19:50 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 24 11:18:43 2009 +0100| [4edd7a90d72802e126c4e6429081541debf2a351] | committer: Jean-Baptiste Kempf
Qt: use the new lock icon.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4edd7a90d72802e126c4e6429081541debf2a351
---
modules/gui/qt4/main_interface.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index bd24163..f1d490e 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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 );
}
More information about the vlc-devel
mailing list