diff options
Diffstat (limited to 'games/golly/files/patch-gui-wx_wxhelp.cpp')
| -rw-r--r-- | games/golly/files/patch-gui-wx_wxhelp.cpp | 8 |
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")); |
