aboutsummaryrefslogtreecommitdiffstats
path: root/games/golly/files/patch-gui-wx_wxhelp.cpp
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /games/golly/files/patch-gui-wx_wxhelp.cpp
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'games/golly/files/patch-gui-wx_wxhelp.cpp')
-rw-r--r--games/golly/files/patch-gui-wx_wxhelp.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/golly/files/patch-gui-wx_wxhelp.cpp b/games/golly/files/patch-gui-wx_wxhelp.cpp
index 4ec34bc65615..065adde4da19 100644
--- a/games/golly/files/patch-gui-wx_wxhelp.cpp
+++ b/games/golly/files/patch-gui-wx_wxhelp.cpp
@@ -1,8 +1,8 @@
Set DATADIR url to Help pages
---- gui-wx/wxhelp.cpp.orig 2022-04-19 11:02:31 UTC
+--- gui-wx/wxhelp.cpp.orig 2025-07-07 22:49:26 UTC
+++ gui-wx/wxhelp.cpp
-@@ -168,7 +168,7 @@ long whenactive; // when help window beca
+@@ -177,7 +177,7 @@ long whenactive; // when help window beca
long whenactive; // when help window became active (elapsed millisecs)
@@ -11,9 +11,9 @@ Set DATADIR url to Help pages
wxString currhelp = helphome; // current help file
const wxString lexicon_name = _("lexicon"); // name of lexicon layer
-@@ -1322,7 +1322,7 @@ void ShowAboutBox()
+@@ -1338,7 +1338,7 @@ void ShowAboutBox()
#ifdef __WXMAC__
- html->SetFontSizes(helpfontsize);
+ html->SetFontSizes(13); // must be a fixed size (not helpfontsize)
#endif
- html->CheckAndLoad(_("Help/about.html"));
+ html->CheckAndLoad(_("%%DATADIR%%/Help/about.html"));