IDE: fixed statusbar ReadOnly

git-svn-id: trunk@18475 -
This commit is contained in:
mattias 2009-01-28 17:44:05 +00:00
parent 204d1aa9b5
commit c011f84fde

View File

@ -5925,8 +5925,7 @@ begin
If TempEditor.ReadOnly then
if PanelFileMode <> '' then
PanelFileMode := Format(lisUEReadOnly, [StatusBar.Panels[1
].Text])
PanelFileMode := Format(lisUEReadOnly, [PanelFileMode])
else
PanelFileMode := uepReadonly;