Skip to content

Commit

Permalink
Adds version info to main form caption
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyna committed May 3, 2024
1 parent 8b8741f commit 0d637af
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions audiobookconverter.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
</i18n>
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="6"/>
<MajorVersionNr Value="2"/>
<StringTable ProductVersion="0.0.0.0"/>
</VersionInfo>
<BuildModes Count="3">
Expand Down
Binary file modified audiobookconverter.res
Binary file not shown.
2 changes: 1 addition & 1 deletion layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<MainConfig>
<Nodes ChildCount="1" PixelsPerInch="0">
<Item1 Name="frmMain" Type="CustomSite" ChildCount="1">
<Bounds Top="35" Left="247" Width="1135" Height="916">
<Bounds Top="87" Left="536" Width="1135" Height="916">
<WorkArea>
<Rect Right="1920" Bottom="1040"/>
</WorkArea>
Expand Down
1 change: 1 addition & 0 deletions main.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ object frmMain: TfrmMain
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
object mmMain: TMainMenu
Images = ilMain
ImagesWidth = 16
Expand Down
2 changes: 1 addition & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ procedure tfrmmain.loadlayout(filename: string);
[mbCancel],0);
end;
end;
frmMain.Caption:= 'Audio book Converter';
frmMain.Caption:= 'Audio book Converter 2.0';
end;

end.
Expand Down

0 comments on commit 0d637af

Please sign in to comment.