Skip to content

Commit

Permalink
csApplet is a function now
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
  • Loading branch information
szszszsz committed Sep 23, 2016
1 parent 0d20f7d commit 9a8da21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/stick20hiddenvolumedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void stick20HiddenVolumeDialog::on_buttonBox_clicked(QAbstractButton *button) {

if (HV_Setup_st.StartBlockPercent_u8 < HighWatermarkMin ||
HV_Setup_st.EndBlockPercent_u8 > HighWatermarkMax) {
csApplet->warningBox(tr("Hidden volume not positioned in unwritten space. Please set your "
csApplet()->warningBox(tr("Hidden volume not positioned in unwritten space. Please set your "
"volume between %1% and %2% of total SD card size.")
.arg(HighWatermarkMin)
.arg(HighWatermarkMax));
Expand Down

0 comments on commit 9a8da21

Please sign in to comment.