Skip to content

Commit

Permalink
Merge pull request #3296 from offhub/fix005
Browse files Browse the repository at this point in the history
Update BoxImageWindow.cpp
  • Loading branch information
DavidXanatos committed Sep 14, 2023
2 parents a814058 + d0c8369 commit 6c3cbbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SandboxiePlus/SandMan/Windows/BoxImageWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ CBoxImageWindow::CBoxImageWindow(EAction Action, QWidget *parent)
case eChange:
ui.lblInfo->setText(tr("Enter Box Image passwords:"));
ui.lblIcon->setPixmap(QPixmap::fromImage(QImage(":/Actions/LockClosed.png")));
break;
case eExport:
ui.lblInfo->setText(tr("Enter Encryption passwords for archive export:"));
ui.lblIcon->setPixmap(QPixmap::fromImage(QImage(":/Actions/LockClosed.png")));
break;
case eImport:
ui.lblInfo->setText(tr("Enter Encryption passwords for archive import:"));
ui.lblIcon->setPixmap(QPixmap::fromImage(QImage(":/Actions/LockOpen.png")));
Expand Down

0 comments on commit 6c3cbbb

Please sign in to comment.