mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 11:42:12 +08:00
Extend "about" menu item with version string, so the session manager's system menu also shows it.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user