Commit 4edd7a90 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use the new lock icon.

parent 4362a469
......@@ -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 );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment