Skip to content

Commit

Permalink
Removed redundant message in Import XML dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jun 17, 2010
1 parent 193dac7 commit 9d0a93b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dialogs/ImportXMLdlg.cpp
Expand Up @@ -224,9 +224,6 @@ void CImportXMLdlg::ImportArchive (CArchive & ar)
PLURAL (iKeypad),
PLURAL (iPrinting));

if (strCounts.IsEmpty ())
strCounts = Translate ("No items loaded.");

::UMessageBox (strCounts, MB_ICONINFORMATION);


Expand Down

0 comments on commit 9d0a93b

Please sign in to comment.