mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4538
This commit is contained in:
parent
aea416d618
commit
03d8ea677d
|
@ -19337,3 +19337,13 @@ David 12 Nov 2004
|
|||
|
||||
sched/
|
||||
validator.C
|
||||
|
||||
Rom 12 Nov 2004
|
||||
- Fixed a bug that kept people from being able to attach to a new project
|
||||
because of a control ID change.
|
||||
- Fix the reference to gui_rpc_client.h in the project file.
|
||||
|
||||
clientgui/
|
||||
ViewProjects.cpp
|
||||
win_build/
|
||||
BOINCGUI.vcproj
|
||||
|
|
|
@ -261,7 +261,7 @@ void CViewProjects::OnTaskLinkClicked( const wxHtmlLinkInfo& link )
|
|||
|
||||
iAnswer = pDlg->ShowModal();
|
||||
|
||||
if ( wxOK == iAnswer )
|
||||
if ( wxID_OK == iAnswer )
|
||||
{
|
||||
pDoc->ProjectAttach(
|
||||
pDlg->m_strProjectAddress,
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="MSVCRTD.LIB MSVCPRTD.LIB kernel32.lib user32.lib advapi32.lib wsock32.lib wininet.lib winmm.lib oldnames.lib"
|
||||
OutputFile=".\Build\Debug/boinc_cli.exe"
|
||||
OutputFile=".\Build\Debug/boinc.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="TRUE"
|
||||
IgnoreAllDefaultLibraries="TRUE"
|
||||
|
|
Loading…
Reference in New Issue