mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-22 20:05:03 +08:00
report number of files within archive at status bar.
This commit is contained in:
@@ -690,7 +690,8 @@ namespace GARbro.GUI
|
||||
SaveCurrentPosition();
|
||||
ViewModel = vm;
|
||||
if (vm.IsArchive && null != m_app.CurrentArchive)
|
||||
SetStatusText (m_app.CurrentArchive.Description);
|
||||
SetStatusText (string.Format ("{0}: {1}", m_app.CurrentArchive.Description,
|
||||
Localization.Format ("MsgFiles", m_app.CurrentArchive.Dir.Count())));
|
||||
else
|
||||
SetStatusText ("");
|
||||
var old_parent = Directory.GetParent (old_dir);
|
||||
|
||||
Reference in New Issue
Block a user