Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove links to the bad place #13

Merged
merged 4 commits into from
May 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,502 changes: 2,502 additions & 0 deletions localisationinfo/Chinese (Simplified).flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Chinese (Traditional).flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/French.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/German.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Hungarian.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Italian.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Japanese.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Korean.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Portuguese.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Russian.flt

Large diffs are not rendered by default.

2,502 changes: 2,502 additions & 0 deletions localisationinfo/Spanish.flt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions localisationinfo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3:Chinese (Simplified)^4:Chinese (Traditional)^1:French^11:German^5:Hungarian^10:Italian^6:Japanese^2:Korean^7:Portuguese^8:Russian^9:Spanish
3,248 changes: 1,630 additions & 1,618 deletions projectfiles/visualstudio-2019/fba_vs2010.vcxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/burner/dat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ INT32 write_datfile(INT32 bType, FILE* fDat)
fprintf(fDat, "\t\t<category>Standard DatFile</category>\n");
_ftprintf(fDat, _T("\t\t<version>%s</version>\n"), szAppBurnVer);
fprintf(fDat, "\t\t<author>" APP_TITLE "</author>\n");
fprintf(fDat, "\t\t<homepage>https://www.fbalpha.com/</homepage>\n");
fprintf(fDat, "\t\t<url>https://www.fbalpha.com/</url>\n");
fprintf(fDat, "\t\t<homepage>https://neo-source.com/</homepage>\n");
fprintf(fDat, "\t\t<url>https://neo-source.com/</url>\n");
fprintf(fDat, "\t\t<clrmamepro forcenodump=\"ignore\"/>\n");
fprintf(fDat, "\t</header>\n");

Expand Down
2 changes: 1 addition & 1 deletion src/burner/win32/scrn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,7 @@ static void OnCommand(HWND /*hDlg*/, int id, HWND /*hwndCtl*/, UINT codeNotify)

case MENU_WWW_HOME:
if (!nVidFullscreen) {
ShellExecute(NULL, _T("open"), _T("https://www.fbalpha.com/"), NULL, NULL, SW_SHOWNORMAL);
ShellExecute(NULL, _T("open"), _T("https://neo-source.com/"), NULL, NULL, SW_SHOWNORMAL);
}
break;

Expand Down