mirror of https://github.com/PCSX2/pcsx2.git
Fixed a few references to Googlecode, and a few mentions of the "svn" word in comments.
Other instances of "svn" in filenames and such remain, but they are not high priority and I didn't want to mess with updating all the project systems. Closes #19.
This commit is contained in:
parent
5af88a3e2b
commit
4362cc0e9a
|
@ -103,7 +103,7 @@ Dialogs::AboutBoxDialog::AboutBoxDialog( wxWindow* parent )
|
|||
) | pxProportion(1).Center().Border( wxALL, 3 );
|
||||
|
||||
*this += new wxHyperlinkCtrl( this, wxID_ANY,
|
||||
_("PCSX2 Official Svn Repository at Googlecode"), L"http://code.google.com/p/pcsx2"
|
||||
_("PCSX2 Official Git Repository at GitHub"), L"https://github.com/PCSX2/pcsx2"
|
||||
) | pxProportion(1).Center().Border( wxALL, 3 );
|
||||
|
||||
*this += ContribSizer | StdExpand();
|
||||
|
|
|
@ -55,7 +55,7 @@ static LRESULT WINAPI AboutProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
|
|||
return TRUE;
|
||||
|
||||
case IDC_LINK_GOOGLECODE:
|
||||
ShellExecute(hDlg, L"open", L"http://code.google.com/p/pcsx2",
|
||||
ShellExecute(hDlg, L"open", L"https://github.com/PCSX2/pcsx2",
|
||||
NULL, NULL, SW_SHOWNORMAL);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ BEGIN
|
|||
CTEXT "The SPU2-X project is derived from SPU2ghz v1.9beta released in 2008 and later modified and upgraded by the Pcsx2 Playground Team.",IDC_STATIC,25,161,242,17
|
||||
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME,20,157,252,41
|
||||
CTEXT "Compile Date, Revision, Etc.",IDC_LABEL_VERSION_INFO,9,80,273,17
|
||||
CTEXT "Pcsx2 Official Svn Repository @ Googlecode",IDC_LINK_GOOGLECODE,9,121,273,10,SS_NOPREFIX | SS_NOTIFY
|
||||
CTEXT "Pcsx2 Official Git Repository @ GitHub",IDC_LINK_GOOGLECODE,9,121,273,10,SS_NOPREFIX | SS_NOTIFY
|
||||
CTEXT "Pcsx2 Official Website and Forums",IDC_LINK_WEBSITE,9,110,273,10,SS_NOPREFIX | SS_NOTIFY
|
||||
CTEXT "Brought to you by the collaborative efforts of the Pcsx2 Development Team.",IDC_STATIC,9,141,273,10
|
||||
END
|
||||
|
@ -297,12 +297,12 @@ BEGIN
|
|||
VALUE "Comments", "SPU2 Plugin for PS2 Emulators"
|
||||
VALUE "CompanyName", "PCSX2 Dev Team"
|
||||
VALUE "FileDescription", "SPU2-X Plugin (git build)"
|
||||
VALUE "FileVersion", "2.0.SVN"
|
||||
VALUE "FileVersion", "2.0.GIT"
|
||||
VALUE "InternalName", "SPU2-X"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2011"
|
||||
VALUE "OriginalFilename", "SPU2-X-2.0.dll"
|
||||
VALUE "ProductName", "SPU2-X"
|
||||
VALUE "ProductVersion", "2.0.SVN"
|
||||
VALUE "ProductVersion", "2.0.GIT"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in New Issue