﻿--- F:\Local\Far2\unicode_far\.svn\text-base\fileview.cpp.svn-base	Mon Oct 25 14:36:03 2010 UTC
+++ F:\Local\Far2\unicode_far\fileview.cpp	Mon Dec 20 20:21:19 2010 UTC
@@ -468,16 +468,16 @@
 		return;
 
 	GetTitle(strName);
-	int NameLength=ScrX-43; //???41
+	int NameLength=ScrX-40;
 
 	if (Opt.ViewerEditorClock && IsFullScreen())
-		NameLength-=6;
+		NameLength-=5;
 
 	if (NameLength<20)
 		NameLength=20;
 
 	TruncPathStr(strName, NameLength);
-	const wchar_t *lpwszStatusFormat = L"%-*s %5u %13I64u %7.7s %-4I64d %s%3d%%";
+	const wchar_t *lpwszStatusFormat = L"%-*s %5u %13I64u %7.7s %-4I64d  %3d%%";
 	strStatus.Format(
 	    lpwszStatusFormat,
 	    NameLength,
@@ -486,7 +486,6 @@
 	    View.FileSize,
 	    MSG(MViewerStatusCol),
 	    View.LeftPos,
-	    Opt.ViewerEditorClock ? L"":L" ",
 	    (View.LastPage ? 100:ToPercent64(View.FilePos,View.FileSize))
 	);
 	SetColor(COL_VIEWERSTATUS);
