Skip to content

Commit

Permalink
fix secureprint
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Nov 10, 2018
1 parent 17d3274 commit 6d1bbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cppForSwig/cryptopp/cryptopp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<Optimization>Disabled</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down
2 changes: 1 addition & 1 deletion qtdialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12536,7 +12536,7 @@ def verifyRecoveryTestID(parent, computedWltID, expectedWltID=None):
'Computed wallet ID: %1 <br>'
'Expected wallet ID: %2 <br><br>'
'Is it possible that you loaded a different backup than the '
'one you just made?').arg(computedWltID, 'expectedWltID'), \
'one you just made?').arg(computedWltID, expectedWltID), \
QMessageBox.Ok)
else:
MsgBoxCustom(MSGBOX.Good, parent.tr('Backup is Good!'), parent.tr(
Expand Down

0 comments on commit 6d1bbb6

Please sign in to comment.