update zmbv codec stats
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3300
This commit is contained in:
parent
9b70d00853
commit
384ca22a2b
2 changed files with 3 additions and 3 deletions
|
@ -96,10 +96,10 @@ static BOOL CALLBACK AboutDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPA
|
|||
EndDialog(hwndDlg, 0);
|
||||
break;
|
||||
case IDC_HOMEPAGE:
|
||||
ShellExecute(NULL, NULL, "http://dosbox.sf.net", NULL, NULL, SW_SHOW);
|
||||
ShellExecute(NULL, NULL, "http://www.dosbox.com", NULL, NULL, SW_SHOW);
|
||||
break;
|
||||
case IDC_EMAIL:
|
||||
ShellExecute(NULL, NULL, "mailto:db.crew@gmail.com", NULL, NULL, SW_SHOW);
|
||||
ShellExecute(NULL, NULL, "mailto:dosbox.crew@gmail.com", NULL, NULL, SW_SHOW);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ CAPTION "DOSBox Video Codec v0.1"
|
|||
FONT 8, "MS Sans Serif", 0, 0, 0x0
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,131,34,29,14
|
||||
CTEXT "Zipped Motion Block Video v 0.1\nCopyright 2005, DOSBox Team",
|
||||
CTEXT "Zipped Motion Block Video v 0.1\nCopyright 2009, DOSBox Team",
|
||||
IDC_STATIC,7,7,153,25,SS_NOPREFIX
|
||||
PUSHBUTTON "Email author",IDC_EMAIL,7,34,50,14
|
||||
PUSHBUTTON "Visit home page",IDC_HOMEPAGE,59,34,58,14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue