Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HaikuArchives/Calendar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 72d1cbef5b09
Choose a base ref
...
head repository: HaikuArchives/Calendar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ebdbf28b8fb9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 14, 2021

  1. Update Authors list

    scottmc authored and humdinger committed Oct 14, 2021
    Copy the full SHA
    ebdbf28 View commit details
Showing with 6 additions and 1 deletion.
  1. +6 −1 src/App.cpp
7 changes: 6 additions & 1 deletion src/App.cpp
Original file line number Diff line number Diff line change
@@ -66,7 +66,12 @@ void
App::AboutRequested()
{
const char* authors[] = {
"Fredrik Modéen.",
"Akshay Agarwal",
"humdinger",
"Jaidyn Levesque",
"malbx",
"Fredrik Modéen",
"Bach Nguyen",
NULL
};
BAboutWindow* aboutW = new BAboutWindow(kAppName, kSignature);