Updated about info
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@511 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
879c5bf7ca
commit
7a18d8c141
|
@ -32,13 +32,13 @@ void MainWnd::OnHelpAbout()
|
||||||
|
|
||||||
void MainWnd::OnHelpFaq()
|
void MainWnd::OnHelpFaq()
|
||||||
{
|
{
|
||||||
::ShellExecute(0, _T("open"), "vba-m_help.chm",
|
::ShellExecute(0, _T("open"), "http://vba-m.ngemu.com/forum/",
|
||||||
0, 0, SW_SHOWNORMAL);
|
0, 0, SW_SHOWNORMAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWnd::OnHelpBugreport()
|
void MainWnd::OnHelpBugreport()
|
||||||
{
|
{
|
||||||
::ShellExecute(0, _T("open"), "http://forums.ngemu.com/vba-m/",
|
::ShellExecute(0, _T("open"), "http://sourceforge.net/tracker/?atid=1023154&group_id=212795&func=browse",
|
||||||
0, 0, SW_SHOWNORMAL);
|
0, 0, SW_SHOWNORMAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
4497
src/win32/VBA.rc
4497
src/win32/VBA.rc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue