ide: Dir diff now displays number of files #1055

git-svn-id: svn://ultimatepp.org/upp/trunk@8485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-05-29 11:05:47 +00:00
parent 540c7947c2
commit 733b6db251
3 changed files with 5 additions and 2 deletions

View file

@ -197,6 +197,7 @@ class DirDiffDlg : public TopWindow {
WithDropChoice<EditString> dir2;
Option hidden;
Button compare;
Label info;
FrameTop<ParentCtrl> left, right;
EditString lfile, rfile;