diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-07 05:42:38 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-07 05:42:38 +0000 |
| commit | 5963b6ed3c8481dfd5aa23640882b303c1989ecd (patch) | |
| tree | 9e069d71a74ac2d6b81098df97ba1124c47580cc /win32 | |
| parent | 14b4acb8311b0c513150e44a8fc300907523d194 (diff) | |
| download | pcsxr-5963b6ed3c8481dfd5aa23640882b303c1989ecd.tar.gz | |
clarify: the "drv" ptr in LoadSIO1Plugin().
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54258 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/gui/AboutDlg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/gui/AboutDlg.c b/win32/gui/AboutDlg.c index f23a51f5..b8d348eb 100644 --- a/win32/gui/AboutDlg.c +++ b/win32/gui/AboutDlg.c @@ -37,7 +37,7 @@ char *LabelGreets = { N_( "Marcus Comstedt, Stefan Sikora\n\n"
"PCSX-Reloaded By:\n"
"Blade_Arma, Wei Mingzhi, et al.\n\n"
- "http://pcsxr.codeplex.com")
+ "http://pcsxr.codeplex.com/")
};
LRESULT WINAPI AboutDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) {
|
