Skip to content

Commit 9d0a93b

Browse files
committed
Removed redundant message in Import XML dialog
1 parent 193dac7 commit 9d0a93b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dialogs/ImportXMLdlg.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ void CImportXMLdlg::ImportArchive (CArchive & ar)
224224
PLURAL (iKeypad),
225225
PLURAL (iPrinting));
226226

227-
if (strCounts.IsEmpty ())
228-
strCounts = Translate ("No items loaded.");
229-
230227
::UMessageBox (strCounts, MB_ICONINFORMATION);
231228

232229

0 commit comments

Comments
 (0)