macos: Use 1.16 changelog for 1.16 branch builds
This commit is contained in:
parent
9874afd4fa
commit
38eb7df787
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue