Extend "about" menu item with version string, so the session manager's system menu also shows it.

This commit is contained in:
Ansgar Becker
2010-03-08 23:31:38 +00:00
parent 7bb3cfdfb5
commit b2b84ba47a

View File

@ -1298,6 +1298,7 @@ begin
prefGridRowcountStep := GetRegValue(REGNAME_ROWSPERSTEP, DEFAULT_ROWSPERSTEP);
prefGridRowsLineCount := GetRegValue(REGNAME_GRIDROWSLINECOUNT, DEFAULT_GRIDROWSLINECOUNT);
actDataShowNext.Hint := 'Show next '+FormatNumber(prefGridRowcountStep)+' rows ...';
actAboutBox.Caption := 'About '+APPNAME+' '+AppVersion;
// Fix registry entry from older versions which can have 0 here which makes no sense
// since the autosetting was removed
if prefMaxColWidth <= 0 then