*** empty log message ***

svn path=/trunk/boinc/; revision=4538
This commit is contained in:
Rom Walton 2004-11-13 01:31:43 +00:00
parent aea416d618
commit 03d8ea677d
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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,

View File

@ -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"