Updated about dialog with our site details as well as updated credits.

This commit is contained in:
mudlord 2007-11-12 21:18:39 +00:00
parent 687152c4ed
commit a6574e784a
2 changed files with 7 additions and 6 deletions

View File

@ -69,7 +69,7 @@ BOOL AboutDialog::OnInitDialog()
m_translator.SubclassDlgItem(IDC_TRANSLATOR_URL, this);
}
m_link.SetWindowText("http://vba.ngemu.com");
m_link.SetWindowText("http://vbam.bountysource.com");
return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE

View File

@ -133,19 +133,20 @@ BEGIN
PUSHBUTTON "Cancel",IDCANCEL,90,102,50,14,WS_GROUP
END
IDD_ABOUT DIALOGEX 0, 0, 157, 78
IDD_ABOUT DIALOGEX 0, 0, 157, 105
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOOLWINDOW
CAPTION "About"
FONT 8, "MS Sans Serif", 0, 0, 0x0
BEGIN
ICON 101,IDC_STATIC,6,6,20,20
ICON 101,IDC_STATIC,6,6,21,20
CTEXT "VisualBoyAdvance Emulator",IDC_STATIC,30,6,120,8
CTEXT "Copyright © 2006 VBA development team",IDC_STATIC,6,36,144,8
CTEXT "http://vba.ngemu.com",IDC_URL,6,66,144,8
CTEXT "Contribution by Costis",IDC_STATIC,6,48,144,8
CTEXT "http://vbam.bountysource.com",IDC_URL,7,90,144,8
CTEXT "Contributions by Costis",IDC_STATIC,6,48,144,8
CTEXT "Version",IDC_STATIC,30,18,60,8
CTEXT "",IDC_VERSION,90,18,60,8,SS_NOPREFIX
LTEXT "Modified by VBA-M development team, Spacy, kode54...",IDC_STATIC,7,62,143,21
END
IDD_DIRECTORIES DIALOGEX 0, 0, 220, 301
@ -1123,7 +1124,7 @@ BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 150
TOPMARGIN, 7
BOTTOMMARGIN, 71
BOTTOMMARGIN, 98
END
IDD_DIRECTORIES, DIALOG