Skip to content

Commit

Permalink
Fix small typo in "About" window
Browse files Browse the repository at this point in the history
Closes: #314

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
  • Loading branch information
mcmilk committed Apr 14, 2023
1 parent eef99c5 commit 888ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/7zip/UI/FileManager/AboutDialog.rc
Expand Up @@ -18,7 +18,7 @@ CAPTION "About 7-Zip"
{
DEFPUSHBUTTON "OK", IDOK, bx3-10, by, bxs, bys
PUSHBUTTON "www.7-zip.org", IDB_ABOUT_HOMEPAGE, bx2-10, by, bxs, bys
PUSHBUTTON "7-Zip ZS Hompeage", IDB_ABOUT_HOMEPAGE2, bx1-10, by, bxs+10, bys
PUSHBUTTON "7-Zip ZS Homepage", IDB_ABOUT_HOMEPAGE2, bx1-10, by, bxs+10, bys
ICON IDI_LOGO, -1, m, m, 32, 32, SS_REALSIZEIMAGE
LTEXT "", IDT_ABOUT_VERSION, m, 54, xc, 8
LTEXT "", IDT_ABOUT_DATE, m, 67, xc, 8
Expand Down

0 comments on commit 888ea19

Please sign in to comment.