macos: Use 1.16 changelog for 1.16 branch builds

This commit is contained in:
Iris Morelle 2022-02-26 13:38:29 -03:00
parent 9874afd4fa
commit 38eb7df787
No known key found for this signature in database
GPG key ID: E312033F4023A753

View file

@ -77,7 +77,7 @@ static std::vector<char*> gArgs;
- (IBAction) openChangelog:(id)sender
{
(void) sender;
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/wesnoth/wesnoth/blob/master/changelog.md"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/wesnoth/wesnoth/blob/1.16/changelog.md"]];
}
/* Called when the internal event loop has just started running */