diff --git a/checkin_notes b/checkin_notes index 926125e1ac..9fa03877a7 100755 --- a/checkin_notes +++ b/checkin_notes @@ -11336,7 +11336,7 @@ Charlie 1 Sept 2005 doc/ mac_build.html -Rom 2 Aug 2005 +Rom 2 Sept 2005 - Attempt at fixing a crash condition on Linux due to differences in how the compiler handles constructors. @@ -11349,7 +11349,7 @@ Rom 2 Aug 2005 ViewTransfers.cpp ViewWork.cpp -David 2 Aug 2005 +David 2 Sept 2005 - show app version numbers as single ints (remove major*100 + minor assumption) - remove commented-out code (lock_file stuff) @@ -11363,7 +11363,7 @@ David 2 Aug 2005 transitioner.C update_stats.C -David 4 Aug 2005 +David 4 Sept 2005 - FILE_INFO::set_permissions(): Don't give write access to other or world. (from Tetsuji Maverick Rai) @@ -11371,7 +11371,7 @@ David 4 Aug 2005 client/ client_types.C -Janus 5 Aug 2005 +Janus 5 Sept 2005 - Fixed (Rob): Adding and deleting too many slashes in the db functions for the forum - HTML code in forums is now disabled by default, people will have to use @@ -11383,3 +11383,18 @@ Janus 5 Aug 2005 db_forum.inc text_transform.inc +Rom 2 Sept 2005 + - Fix crashing bug on Linux startup. + - Fix crashing bug on Linux during shutdown. When a feature may or may not + be available on a platform use the wxWidget define for that feature instead + of platform defines. Like taskbar icons and clipboard functionality. + + clientgui/ + BOINCBaseView.cpp, .h + MainFrame.cpp + ViewMessages.cpp + ViewProjects.cpp + ViewResources.cpp + ViewStatistics.cpp + ViewTransfers.cpp + ViewWork.cpp diff --git a/clientgui/BOINCBaseView.cpp b/clientgui/BOINCBaseView.cpp index df72ba4955..d85e162e4f 100644 --- a/clientgui/BOINCBaseView.cpp +++ b/clientgui/BOINCBaseView.cpp @@ -36,7 +36,7 @@ IMPLEMENT_DYNAMIC_CLASS(CBOINCBaseView, wxPanel) CBOINCBaseView::CBOINCBaseView() {} -CBOINCBaseView::CBOINCBaseView(wxNotebook* pNotebook, wxString& strName) : +CBOINCBaseView::CBOINCBaseView(wxNotebook* pNotebook) : wxPanel(pNotebook, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL) { wxASSERT(pNotebook); @@ -52,17 +52,16 @@ CBOINCBaseView::CBOINCBaseView(wxNotebook* pNotebook, wxString& strName) : m_pTaskPane = NULL; m_pListPane = NULL; - SetName(strName); + SetName(GetViewName()); SetAutoLayout(TRUE); } CBOINCBaseView::CBOINCBaseView( - wxNotebook* pNotebook, wxString& strName, wxWindowID iTaskWindowID, int iTaskWindowFlags, - wxWindowID iListWindowID, int iListWindowFlags -) : wxPanel(pNotebook, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL) { - + wxNotebook* pNotebook, wxWindowID iTaskWindowID, int iTaskWindowFlags, wxWindowID iListWindowID, int iListWindowFlags) : + wxPanel(pNotebook, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL) +{ wxASSERT(pNotebook); m_bProcessingTaskRenderEvent = false; @@ -74,7 +73,7 @@ CBOINCBaseView::CBOINCBaseView( m_pTaskPane = NULL; m_pListPane = NULL; - SetName(strName); + SetName(GetViewName()); SetAutoLayout(TRUE); diff --git a/clientgui/BOINCBaseView.h b/clientgui/BOINCBaseView.h index c1b6eab717..da42f2b95d 100644 --- a/clientgui/BOINCBaseView.h +++ b/clientgui/BOINCBaseView.h @@ -76,12 +76,10 @@ public: CBOINCBaseView(); CBOINCBaseView( - wxNotebook* pNotebook, - wxString& strName + wxNotebook* pNotebook ); CBOINCBaseView( wxNotebook* pNotebook, - wxString& strName, wxWindowID iTaskWindowID, int iTaskWindowFlags, wxWindowID iListWindowID, diff --git a/clientgui/BOINCGUI.pjd b/clientgui/BOINCGUI.pjd index 556321e462..0ccaa79201 100644 --- a/clientgui/BOINCGUI.pjd +++ b/clientgui/BOINCGUI.pjd @@ -198,7 +198,7 @@ 0 Configurations - 15131824 + 15202208 config-data-document @@ -264,7 +264,7 @@ 0 Windows - 15136384 + 15204224 html-document dialogsfolder @@ -275,14 +275,14 @@ 1 Options - 15132768 + 15184000 dialog-document dialog 0 1 0 - 15136384 + 15204224 0 8/3/2004 wbDialogProxy @@ -341,14 +341,14 @@ wxBoxSizer V - 14679664 + 14636496 dialog-control-document sizer 0 1 0 - 15132768 + 15184000 0 wbBoxSizerProxy Vertical @@ -367,14 +367,14 @@ <Any platform> wxNotebook: ID_NOTEBOOK - 14667536 + 14669536 dialog-control-document notebook 0 1 0 - 14679664 + 14636496 0 wbNotebookProxy wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED|OnNotebookPageChanged @@ -430,14 +430,14 @@ wxPanel: ID_GENERAL - 14705232 + 14710048 dialog-control-document panel 0 1 0 - 14667536 + 14669536 0 wbPanelProxy ID_GENERAL @@ -490,14 +490,14 @@ wxBoxSizer V - 14683632 + 14696528 dialog-control-document sizer 0 1 0 - 14705232 + 14710048 0 24/9/2004 wbBoxSizerProxy @@ -517,14 +517,14 @@ <Any platform> wxFlexGridSizer - 14805472 + 14810352 dialog-control-document sizer 0 1 0 - 14683632 + 14696528 0 22/5/2005 wbFlexGridSizerProxy @@ -549,14 +549,14 @@ FALSE wxStaticText: wxID_STATIC - 14792640 + 14797440 dialog-control-document statictext 0 1 0 - 14805472 + 14810352 0 22/5/2005 wbStaticTextProxy @@ -606,14 +606,14 @@ wxComboBox: ID_LANGUAGESELECTION - 14904816 + 14799648 dialog-control-document combobox 0 1 0 - 14805472 + 14810352 0 22/5/2005 wbComboBoxProxy @@ -658,14 +658,14 @@ wxStaticText: wxID_STATIC - 14883856 + 14890080 dialog-control-document statictext 0 1 0 - 14805472 + 14810352 0 22/5/2005 wbStaticTextProxy @@ -715,14 +715,14 @@ wxSlider: ID_REMINDERFREQUENCY - 14930944 + 14934880 dialog-control-document slider 0 1 0 - 14805472 + 14810352 0 22/5/2005 wbSliderProxy @@ -782,14 +782,14 @@ wxPanel: ID_CONNECTONS - 14934112 + 14939056 dialog-control-document panel 0 1 0 - 14667536 + 14669536 0 27/5/2005 wbPanelProxy @@ -843,14 +843,14 @@ wxBoxSizer V - 14966544 + 14972448 dialog-control-document sizer 0 1 0 - 14934112 + 14939056 0 27/5/2005 wbBoxSizerProxy @@ -870,14 +870,14 @@ <Any platform> wxRadioButton: ID_NETWORKAUTODETECT - 14959872 + 14957392 dialog-control-document radiobutton 0 1 0 - 14966544 + 14972448 0 27/5/2005 wbRadioButtonProxy @@ -922,14 +922,14 @@ wxRadioButton: ID_NETWORKLAN - 14999824 + 14945776 dialog-control-document radiobutton 0 1 0 - 14966544 + 14972448 0 27/5/2005 wbRadioButtonProxy @@ -974,14 +974,14 @@ wxRadioButton: ID_NETWORKDIALUP - 14988176 + 14991584 dialog-control-document radiobutton 0 1 0 - 14966544 + 14972448 0 27/5/2005 wbRadioButtonProxy @@ -1026,14 +1026,14 @@ wxStaticBoxSizer V - 15002512 + 14993152 dialog-control-document sizer 0 1 0 - 14966544 + 14972448 0 27/5/2005 wbStaticBoxSizerProxy @@ -1057,14 +1057,14 @@ <Any platform> wxFlexGridSizer - 15027040 + 15034560 dialog-control-document sizer 0 1 0 - 15002512 + 14993152 0 27/5/2005 wbFlexGridSizerProxy @@ -1089,14 +1089,14 @@ FALSE wxListBox: ID_DIALUPCONNECTIONS - 15018336 + 15021760 dialog-control-document listbox 0 1 0 - 15027040 + 15034560 0 27/5/2005 wbListBoxProxy @@ -1150,14 +1150,14 @@ wxBoxSizer V - 15061728 + 15065504 dialog-control-document sizer 0 1 0 - 15027040 + 15034560 0 27/5/2005 wbBoxSizerProxy @@ -1177,14 +1177,14 @@ <Any platform> wxButton: ID_DIALUPSETDEFAULT - 15050832 + 15054608 dialog-control-document dialogcontrol 0 1 0 - 15061728 + 15065504 0 27/5/2005 wbButtonProxy @@ -1230,14 +1230,14 @@ wxButton: ID_DIALUPCLEARDEFAULT - 15052144 + 15056432 dialog-control-document dialogcontrol 0 1 0 - 15061728 + 15065504 0 27/5/2005 wbButtonProxy @@ -1285,14 +1285,14 @@ wxFlexGridSizer - 15186960 + 15124384 dialog-control-document sizer 0 1 0 - 15002512 + 14993152 0 27/5/2005 wbFlexGridSizerProxy @@ -1317,14 +1317,14 @@ FALSE wxStaticText: ID_DIALUPDEFAULTCONNECTIONTEXT - 15174176 + 15111648 dialog-control-document statictext 0 1 0 - 15186960 + 15124384 0 27/5/2005 wbStaticTextProxy @@ -1374,14 +1374,14 @@ wxStaticText: ID_DIALUPDEFAULTCONNECTION - 48156432 + 52521920 dialog-control-document statictext 0 1 0 - 15186960 + 15124384 0 27/5/2005 wbStaticTextProxy @@ -1432,14 +1432,14 @@ wxFlexGridSizer - 48164080 + 52517216 dialog-control-document sizer 0 1 0 - 15002512 + 14993152 0 28/5/2005 wbFlexGridSizerProxy @@ -1464,14 +1464,14 @@ FALSE wxCheckBox: ID_DIALUPPROMPTUSERNAMEPASSWORD - 47308144 + 51701744 dialog-control-document checkbox 0 1 0 - 48164080 + 52517216 0 28/5/2005 wbCheckBoxProxy @@ -1520,14 +1520,14 @@ wxPanel: ID_HTTPPROXY - 47291440 + 51684976 dialog-control-document panel 0 1 0 - 14667536 + 14669536 0 wbPanelProxy ID_HTTPPROXY @@ -1580,14 +1580,14 @@ wxBoxSizer V - 47334208 + 51727392 dialog-control-document sizer 0 1 0 - 47291440 + 51684976 0 wbBoxSizerProxy Vertical @@ -1606,14 +1606,14 @@ <Any platform> wxCheckBox: ID_ENABLEHTTPPROXYCTRL - 47323408 + 51716592 dialog-control-document checkbox 0 1 0 - 47334208 + 51727392 0 wbCheckBoxProxy wxEVT_COMMAND_CHECKBOX_CLICKED|OnEnableHTTPProxyCtrlClick @@ -1659,14 +1659,14 @@ wxStaticBoxSizer V - 47362080 + 51754592 dialog-control-document sizer 0 1 0 - 47334208 + 51727392 0 wbStaticBoxSizerProxy wxID_ANY @@ -1689,14 +1689,14 @@ <Any platform> wxGridSizer - 47359616 + 51752176 dialog-control-document sizer 0 1 0 - 47362080 + 51754592 0 wbGridSizerProxy 1 @@ -1718,14 +1718,14 @@ FALSE wxFlexGridSizer - 47324944 + 51741904 dialog-control-document sizer 0 1 0 - 47359616 + 51752176 0 wbFlexGridSizerProxy @@ -1749,14 +1749,14 @@ FALSE wxStaticText: wxID_STATIC - 47439216 + 51831696 dialog-control-document statictext 0 1 0 - 47324944 + 51741904 0 wbStaticTextProxy wxID_STATIC @@ -1805,14 +1805,14 @@ wxTextCtrl: ID_HTTPADDRESSCTRL - 47420224 + 51812656 dialog-control-document textctrl 0 1 0 - 47324944 + 51741904 0 wbTextCtrlProxy ID_HTTPADDRESSCTRL @@ -1872,14 +1872,14 @@ wxStaticText: wxID_STATIC - 47455056 + 51846896 dialog-control-document statictext 0 1 0 - 47324944 + 51741904 0 wbStaticTextProxy wxID_STATIC @@ -1928,14 +1928,14 @@ wxTextCtrl: ID_HTTPPORTCTRL - 47504160 + 51896752 dialog-control-document textctrl 0 1 0 - 47324944 + 51741904 0 wbTextCtrlProxy ID_HTTPPORTCTRL @@ -1997,14 +1997,14 @@ wxStaticBoxSizer V - 47508624 + 51899472 dialog-control-document sizer 0 1 0 - 47362080 + 51754592 0 wbStaticBoxSizerProxy wxID_ANY @@ -2027,14 +2027,14 @@ <Any platform> wxFlexGridSizer - 47461280 + 51853968 dialog-control-document sizer 0 1 0 - 47508624 + 51899472 0 wbFlexGridSizerProxy @@ -2058,14 +2058,14 @@ FALSE wxStaticText: wxID_STATIC - 47599888 + 51991872 dialog-control-document statictext 0 1 0 - 47461280 + 51853968 0 wbStaticTextProxy wxID_STATIC @@ -2116,14 +2116,14 @@ wxTextCtrl: ID_HTTPUSERNAMECTRL - 47580768 + 51972768 dialog-control-document textctrl 0 1 0 - 47461280 + 51853968 0 wbTextCtrlProxy ID_HTTPUSERNAMECTRL @@ -2183,14 +2183,14 @@ wxStaticText: wxID_STATIC - 47684288 + 52076848 dialog-control-document statictext 0 1 0 - 47461280 + 51853968 0 wbStaticTextProxy wxID_STATIC @@ -2241,14 +2241,14 @@ wxTextCtrl: ID_HTTPPASSWORDCTRL - 47731248 + 52123392 dialog-control-document textctrl 0 1 0 - 47461280 + 51853968 0 wbTextCtrlProxy ID_HTTPPASSWORDCTRL @@ -2313,14 +2313,14 @@ wxPanel: ID_SOCKSPROXY - 47310224 + 51705344 dialog-control-document panel 0 1 0 - 14667536 + 14669536 0 wbPanelProxy ID_SOCKSPROXY @@ -2375,14 +2375,14 @@ FALSE wxBoxSizer V - 47833296 + 52159792 dialog-control-document sizer 0 1 0 - 47310224 + 51705344 0 wbBoxSizerProxy Vertical @@ -2401,14 +2401,14 @@ <Any platform> wxCheckBox: ID_ENABLESOCKSPROXYCTRL - 47822480 + 52149008 dialog-control-document checkbox 0 1 0 - 47833296 + 52159792 0 wbCheckBoxProxy wxEVT_COMMAND_CHECKBOX_CLICKED|OnEnableSOCKSProxyCtrlClick @@ -2454,14 +2454,14 @@ wxStaticBoxSizer V - 47867408 + 52227216 dialog-control-document sizer 0 1 0 - 47833296 + 52159792 0 wbStaticBoxSizerProxy wxID_ANY @@ -2484,14 +2484,14 @@ <Any platform> wxGridSizer - 47856752 + 52216656 dialog-control-document sizer 0 1 0 - 47867408 + 52227216 0 wbGridSizerProxy 1 @@ -2513,14 +2513,14 @@ FALSE wxFlexGridSizer - 47846512 + 52206400 dialog-control-document sizer 0 1 0 - 47856752 + 52216656 0 wbFlexGridSizerProxy @@ -2544,14 +2544,14 @@ FALSE wxStaticText: wxID_STATIC - 47904064 + 52264320 dialog-control-document statictext 0 1 0 - 47846512 + 52206400 0 wbStaticTextProxy wxID_STATIC @@ -2602,14 +2602,14 @@ wxTextCtrl: ID_SOCKSADDRESSCTRL - 47883008 + 52245280 dialog-control-document textctrl 0 1 0 - 47846512 + 52206400 0 wbTextCtrlProxy ID_SOCKSADDRESSCTRL @@ -2671,14 +2671,14 @@ wxStaticText: wxID_STATIC - 47922624 + 52318864 dialog-control-document statictext 0 1 0 - 47846512 + 52206400 0 wbStaticTextProxy wxID_STATIC @@ -2729,14 +2729,14 @@ wxTextCtrl: ID_SOCKSPORTCTRL - 47926608 + 52314416 dialog-control-document textctrl 0 1 0 - 47846512 + 52206400 0 wbTextCtrlProxy ID_SOCKSPORTCTRL @@ -2800,14 +2800,14 @@ wxStaticBoxSizer V - 47945072 + 52340672 dialog-control-document sizer 0 1 0 - 47867408 + 52227216 0 wbStaticBoxSizerProxy wxID_ANY @@ -2830,14 +2830,14 @@ <Any platform> wxFlexGridSizer - 47857232 + 52208128 dialog-control-document sizer 0 1 0 - 47945072 + 52340672 0 wbFlexGridSizerProxy @@ -2861,14 +2861,14 @@ FALSE wxStaticText: wxID_STATIC - 48000448 + 52389344 dialog-control-document statictext 0 1 0 - 47857232 + 52208128 0 wbStaticTextProxy wxID_STATIC @@ -2919,14 +2919,14 @@ wxTextCtrl: ID_SOCKSUSERNAMECTRL - 47981312 + 52370128 dialog-control-document textctrl 0 1 0 - 47857232 + 52208128 0 wbTextCtrlProxy ID_SOCKSUSERNAMECTRL @@ -2988,14 +2988,14 @@ wxStaticText: wxID_STATIC - 48018624 + 52407744 dialog-control-document statictext 0 1 0 - 47857232 + 52208128 0 wbStaticTextProxy wxID_STATIC @@ -3046,14 +3046,14 @@ wxTextCtrl: ID_SOCKSPASSWORDCTRL - 48021920 + 52409712 dialog-control-document textctrl 0 1 0 - 47857232 + 52208128 0 wbTextCtrlProxy ID_SOCKSPASSWORDCTRL @@ -3121,14 +3121,14 @@ wxBoxSizer H - 48045840 + 52635840 dialog-control-document sizer 0 1 0 - 14679664 + 14636496 0 wbBoxSizerProxy Horizontal @@ -3147,14 +3147,14 @@ <Any platform> wxButton: wxID_OK - 47311232 + 52690704 dialog-control-document dialogcontrol 0 1 0 - 48045840 + 52635840 0 wbButtonProxy wxID_OK @@ -3198,14 +3198,14 @@ wxButton: wxID_CANCEL - 48097296 + 52671424 dialog-control-document dialogcontrol 0 1 0 - 48045840 + 52635840 0 wbButtonProxy wxID_CANCEL @@ -3252,14 +3252,14 @@ About BOINC - 48080304 + 52636464 dialog-document dialog 0 1 0 - 15136384 + 15204224 0 9/3/2004 wbDialogProxy @@ -3319,14 +3319,14 @@ wxBoxSizer V - 48228640 + 14994576 dialog-control-document sizer 0 1 0 - 48080304 + 52636464 0 wbBoxSizerProxy Vertical @@ -3345,14 +3345,14 @@ <Any platform> wxStaticText: wxID_STATIC - 48217648 + 51703344 dialog-control-document statictext 0 1 0 - 48228640 + 14994576 0 wbStaticTextProxy wxID_STATIC @@ -3401,14 +3401,14 @@ wxBoxSizer H - 48260624 + 51583232 dialog-control-document sizer 0 1 0 - 48228640 + 14994576 0 wbBoxSizerProxy Horizontal @@ -3427,14 +3427,14 @@ <Any platform> wxBoxSizer V - 48251520 + 51590480 dialog-control-document sizer 0 1 0 - 48260624 + 51583232 0 wbBoxSizerProxy Vertical @@ -3453,14 +3453,14 @@ <Any platform> wxStaticBitmap: wxID_STATIC - 48240880 + 51604464 dialog-control-document staticbitmap 0 1 0 - 48251520 + 51590480 0 wbStaticBitmapProxy wxID_STATIC @@ -3504,14 +3504,14 @@ wxFlexGridSizer - 48285632 + 64984048 dialog-control-document sizer 0 1 0 - 48260624 + 51583232 0 wbFlexGridSizerProxy @@ -3535,14 +3535,14 @@ FALSE wxStaticText: wxID_STATIC - 48273264 + 64996256 dialog-control-document statictext 0 1 0 - 48285632 + 64984048 0 wbStaticTextProxy wxID_STATIC @@ -3591,14 +3591,14 @@ wxStaticText: wxID_STATIC - 14935408 + 64997808 dialog-control-document statictext 0 1 0 - 48285632 + 64984048 0 wbStaticTextProxy wxID_STATIC @@ -3647,14 +3647,14 @@ wxStaticText: wxID_STATIC - 48274128 + 14736880 dialog-control-document statictext 0 1 0 - 48285632 + 64984048 0 wbStaticTextProxy wxID_STATIC @@ -3703,14 +3703,14 @@ wxStaticText: wxID_STATIC - 14732912 + 65023760 dialog-control-document statictext 0 1 0 - 48285632 + 64984048 0 wbStaticTextProxy wxID_STATIC @@ -3769,14 +3769,14 @@ All Rights Reserved. wxStaticText: wxID_STATIC - 14726288 + 65037824 dialog-control-document statictext 0 1 0 - 48228640 + 14994576 0 wbStaticTextProxy wxID_STATIC @@ -3827,14 +3827,14 @@ All Rights Reserved. wxStaticText: wxID_STATIC - 14764864 + 51620800 dialog-control-document statictext 0 1 0 - 48228640 + 14994576 0 wbStaticTextProxy wxID_STATIC @@ -3885,14 +3885,14 @@ All Rights Reserved. wxHyperLink: ID_ABOUTBOINCLINK - 14759600 + 51634768 dialog-control-document foreign 0 1 0 - 48228640 + 14994576 0 21/6/2005 wbCustomCtrlProxy:wxHyperLink @@ -3945,14 +3945,14 @@ All Rights Reserved. wxStaticLine: wxID_STATIC - 14834704 + 65059440 dialog-control-document staticline 0 1 0 - 48228640 + 14994576 0 wbStaticLineProxy wxID_STATIC @@ -3992,14 +3992,14 @@ All Rights Reserved. wxButton: wxID_OK - 14828240 + 65052896 dialog-control-document dialogcontrol 0 1 0 - 48228640 + 14994576 0 wbButtonProxy wxID_OK @@ -4047,14 +4047,14 @@ All Rights Reserved. Attach to Project - 14860624 + 14761488 dialog-document dialog 0 1 0 - 15136384 + 15204224 0 9/3/2004 wbDialogProxy @@ -4115,14 +4115,14 @@ All Rights Reserved. wxBoxSizer V - 47188960 + 52674592 dialog-control-document sizer 0 1 0 - 14860624 + 14761488 0 wbBoxSizerProxy Vertical @@ -4141,14 +4141,14 @@ All Rights Reserved. <Any platform> wxFlexGridSizer - 47195824 + 14814416 dialog-control-document sizer 0 1 0 - 47188960 + 52674592 0 29/2/2005 wbFlexGridSizerProxy @@ -4173,14 +4173,14 @@ All Rights Reserved. FALSE wxBoxSizer V - 47209904 + 14820176 dialog-control-document sizer 0 1 0 - 47195824 + 14814416 0 29/2/2005 wbBoxSizerProxy @@ -4200,14 +4200,14 @@ All Rights Reserved. <Any platform> wxFlexGridSizer - 47216800 + 14835280 dialog-control-document sizer 0 1 0 - 47209904 + 14820176 0 29/2/2005 wbFlexGridSizerProxy @@ -4232,14 +4232,14 @@ All Rights Reserved. FALSE wxStaticText: wxID_STATIC - 47228064 + 14847264 dialog-control-document statictext 0 1 0 - 47216800 + 14835280 0 29/2/2005 wbStaticTextProxy @@ -4291,14 +4291,14 @@ All Rights Reserved. wxTextCtrl: ID_PROJECTADDRESS - 47249936 + 14865376 dialog-control-document textctrl 0 1 0 - 47216800 + 14835280 0 29/2/2005 wbTextCtrlProxy @@ -4359,14 +4359,14 @@ All Rights Reserved. wxStaticText: wxID_STATIC - 15094224 + 65091168 dialog-control-document statictext 0 1 0 - 47216800 + 14835280 0 29/2/2005 wbStaticTextProxy @@ -4418,14 +4418,14 @@ All Rights Reserved. wxTextCtrl: ID_PROJECTACCOUNTKEY - 47260352 + 14860880 dialog-control-document textctrl 0 1 0 - 47216800 + 14835280 0 29/2/2005 wbTextCtrlProxy @@ -4487,14 +4487,14 @@ All Rights Reserved. wxStaticText: wxID_STATIC - 47263168 + 15096000 dialog-control-document statictext 0 1 0 - 47209904 + 14820176 0 29/2/2005 wbStaticTextProxy @@ -4561,14 +4561,14 @@ Visit http://boinc.berkeley.edu for a list of projects. wxBoxSizer V - 15153696 + 15146256 dialog-control-document sizer 0 1 0 - 47195824 + 14814416 0 29/2/2005 wbBoxSizerProxy @@ -4588,14 +4588,14 @@ Visit http://boinc.berkeley.edu for a list of projects. <Any platform> wxButton: wxID_OK - 15167248 + 15151712 dialog-control-document dialogcontrol 0 1 0 - 15153696 + 15146256 0 29/2/2005 wbButtonProxy @@ -4642,14 +4642,14 @@ Visit http://boinc.berkeley.edu for a list of projects. wxButton: wxID_CANCEL - 47394512 + 15168304 dialog-control-document dialogcontrol 0 1 0 - 15153696 + 15146256 0 29/2/2005 wbButtonProxy @@ -4700,14 +4700,14 @@ Visit http://boinc.berkeley.edu for a list of projects. Account Manager Signup - 47410016 + 65125184 dialog-document dialog 0 1 0 - 15136384 + 15204224 0 10/2/2005 wbDialogProxy @@ -4769,14 +4769,14 @@ Visit http://boinc.berkeley.edu for a list of projects. wxFlexGridSizer - 47516880 + 14814992 dialog-control-document sizer 0 1 0 - 47410016 + 65125184 0 28/5/2005 wbFlexGridSizerProxy @@ -4801,14 +4801,14 @@ Visit http://boinc.berkeley.edu for a list of projects. FALSE wxBoxSizer V - 47522672 + 65150576 dialog-control-document sizer 0 1 0 - 47516880 + 14814992 0 28/5/2005 wbBoxSizerProxy @@ -4828,14 +4828,14 @@ Visit http://boinc.berkeley.edu for a list of projects. <Any platform> wxStaticText: ID_ACCTMANAGERTEXT - 47535808 + 65155664 dialog-control-document statictext 0 1 0 - 47522672 + 65150576 0 28/5/2005 wbStaticTextProxy @@ -4893,14 +4893,14 @@ For more information, click on the link below. wxHyperLink: ID_ACCTMANAGERDOCLINK - 47561664 + 65180208 dialog-control-document foreign 0 1 0 - 47522672 + 65150576 0 30/5/2005 wbCustomCtrlProxy:wxHyperLink @@ -4953,14 +4953,14 @@ For more information, click on the link below. wxFlexGridSizer - 47557136 + 65183504 dialog-control-document sizer 0 1 0 - 47522672 + 65150576 0 28/5/2005 wbFlexGridSizerProxy @@ -4985,14 +4985,14 @@ For more information, click on the link below. FALSE wxStaticText: wxID_STATIC - 47617568 + 51646224 dialog-control-document statictext 0 1 0 - 47557136 + 65183504 0 28/5/2005 wbStaticTextProxy @@ -5042,14 +5042,14 @@ For more information, click on the link below. wxTextCtrl: ID_ACCTMANAGERURL - 47639776 + 51664224 dialog-control-document textctrl 0 1 0 - 47557136 + 65183504 0 28/5/2005 wbTextCtrlProxy @@ -5110,14 +5110,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 47669008 + 51788192 dialog-control-document statictext 0 1 0 - 47557136 + 65183504 0 28/5/2005 wbStaticTextProxy @@ -5167,14 +5167,14 @@ For more information, click on the link below. wxTextCtrl: ID_ACCTMANAGERUSERNAME - 47663136 + 51781792 dialog-control-document textctrl 0 1 0 - 47557136 + 65183504 0 28/5/2005 wbTextCtrlProxy @@ -5235,14 +5235,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 47770144 + 51928416 dialog-control-document statictext 0 1 0 - 47557136 + 65183504 0 28/5/2005 wbStaticTextProxy @@ -5292,14 +5292,14 @@ For more information, click on the link below. wxTextCtrl: ID_ACCTMANAGERPASSWORD - 47783984 + 51949104 dialog-control-document textctrl 0 1 0 - 47557136 + 65183504 0 28/5/2005 wbTextCtrlProxy @@ -5362,14 +5362,14 @@ For more information, click on the link below. wxFlexGridSizer - 47780128 + 51943744 dialog-control-document sizer 0 1 0 - 47516880 + 14814992 0 28/5/2005 wbFlexGridSizerProxy @@ -5394,14 +5394,14 @@ For more information, click on the link below. FALSE wxButton: wxID_OK - 48104896 + 65180704 dialog-control-document dialogcontrol 0 1 0 - 47780128 + 51943744 0 28/5/2005 wbButtonProxy @@ -5446,14 +5446,14 @@ For more information, click on the link below. wxButton: wxID_CANCEL - 48120704 + 52022800 dialog-control-document dialogcontrol 0 1 0 - 47780128 + 51943744 0 28/5/2005 wbButtonProxy @@ -5501,14 +5501,14 @@ For more information, click on the link below. Account Manager Status - 48180352 + 51937392 dialog-document dialog 0 1 0 - 15136384 + 15204224 0 16/5/2005 wbDialogProxy @@ -5569,14 +5569,14 @@ For more information, click on the link below. wxBoxSizer V - 48198864 + 52045552 dialog-control-document sizer 0 1 0 - 48180352 + 51937392 0 16/5/2005 wbBoxSizerProxy @@ -5596,14 +5596,14 @@ For more information, click on the link below. <Any platform> wxBoxSizer H - 48121456 + 52052736 dialog-control-document sizer 0 1 0 - 48198864 + 52045552 0 16/5/2005 wbBoxSizerProxy @@ -5623,14 +5623,14 @@ For more information, click on the link below. <Any platform> wxBoxSizer V - 60558304 + 52067952 dialog-control-document sizer 0 1 0 - 48121456 + 52052736 0 8/6/2005 wbBoxSizerProxy @@ -5650,14 +5650,14 @@ For more information, click on the link below. <Any platform> wxStaticText: wxID_STATIC - 60563504 + 52171344 dialog-control-document statictext 0 1 0 - 60558304 + 52067952 0 8/6/2005 wbStaticTextProxy @@ -5707,14 +5707,14 @@ For more information, click on the link below. wxFlexGridSizer - 60566560 + 52174608 dialog-control-document sizer 0 1 0 - 60558304 + 52067952 0 8/6/2005 wbFlexGridSizerProxy @@ -5739,14 +5739,14 @@ For more information, click on the link below. FALSE wxStaticText: wxID_STATIC - 60599648 + 52266304 dialog-control-document statictext 0 1 0 - 60566560 + 52174608 0 8/6/2005 wbStaticTextProxy @@ -5796,14 +5796,14 @@ For more information, click on the link below. wxStaticText: ID_ACCTMANAGERNAME - 60614256 + 52287280 dialog-control-document statictext 0 1 0 - 60566560 + 52174608 0 8/6/2005 wbStaticTextProxy @@ -5853,14 +5853,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 60640448 + 52444480 dialog-control-document statictext 0 1 0 - 60566560 + 52174608 0 8/6/2005 wbStaticTextProxy @@ -5910,14 +5910,14 @@ For more information, click on the link below. wxHyperLink: ID_ACCTMANAGERLINK - 60635408 + 52438096 dialog-control-document foreign 0 1 0 - 60566560 + 52174608 0 8/6/2005 wbCustomCtrlProxy:wxHyperLink @@ -5972,14 +5972,14 @@ For more information, click on the link below. wxBoxSizer V - 60670448 + 52474768 dialog-control-document sizer 0 1 0 - 48121456 + 52052736 0 16/5/2005 wbBoxSizerProxy @@ -5999,14 +5999,14 @@ For more information, click on the link below. <Any platform> wxButton: ID_UPDATE - 60684176 + 52488528 dialog-control-document dialogcontrol 0 1 0 - 60670448 + 52474768 0 16/5/2005 wbButtonProxy @@ -6052,14 +6052,14 @@ For more information, click on the link below. wxButton: ID_CHANGE - 60696176 + 52482592 dialog-control-document dialogcontrol 0 1 0 - 60670448 + 52474768 0 16/5/2005 wbButtonProxy @@ -6105,14 +6105,14 @@ For more information, click on the link below. wxButton: wxID_CANCEL - 60712928 + 52544928 dialog-control-document dialogcontrol 0 1 0 - 60670448 + 52474768 0 16/5/2005 wbButtonProxy @@ -6161,14 +6161,14 @@ For more information, click on the link below. Select Computer - 60728288 + 52545600 dialog-document dialog 0 1 0 - 15136384 + 15204224 0 29/2/2005 wbDialogProxy @@ -6229,14 +6229,14 @@ For more information, click on the link below. wxBoxSizer V - 60670784 + 52575728 dialog-control-document sizer 0 1 0 - 60728288 + 52545600 0 29/2/2005 wbBoxSizerProxy @@ -6256,14 +6256,14 @@ For more information, click on the link below. <Any platform> wxFlexGridSizer - 48175360 + 52582592 dialog-control-document sizer 0 1 0 - 60670784 + 52575728 0 29/2/2005 wbFlexGridSizerProxy @@ -6288,14 +6288,14 @@ For more information, click on the link below. FALSE wxBoxSizer V - 60763760 + 52596496 dialog-control-document sizer 0 1 0 - 48175360 + 52582592 0 29/2/2005 wbBoxSizerProxy @@ -6315,14 +6315,14 @@ For more information, click on the link below. <Any platform> wxFlexGridSizer - 60770720 + 52603232 dialog-control-document sizer 0 1 0 - 60763760 + 52596496 0 29/2/2005 wbFlexGridSizerProxy @@ -6347,14 +6347,14 @@ For more information, click on the link below. FALSE wxStaticText: wxID_STATIC - 60782592 + 52615040 dialog-control-document statictext 0 1 0 - 60770720 + 52603232 0 29/2/2005 wbStaticTextProxy @@ -6404,14 +6404,14 @@ For more information, click on the link below. wxComboBox: ID_SELECTCOMPUTERNAME - 60802336 + 65224272 dialog-control-document combobox 0 1 0 - 60770720 + 52603232 0 29/2/2005 wbComboBoxProxy @@ -6456,14 +6456,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 60803296 + 65240176 dialog-control-document statictext 0 1 0 - 60770720 + 52603232 0 29/2/2005 wbStaticTextProxy @@ -6513,14 +6513,14 @@ For more information, click on the link below. wxTextCtrl: ID_SELECTCOMPUTERPASSWORD - 60840320 + 65255360 dialog-control-document textctrl 0 1 0 - 60770720 + 52603232 0 29/2/2005 wbTextCtrlProxy @@ -6583,14 +6583,14 @@ For more information, click on the link below. wxBoxSizer V - 60859280 + 65251824 dialog-control-document sizer 0 1 0 - 48175360 + 52582592 0 29/2/2005 wbBoxSizerProxy @@ -6610,14 +6610,14 @@ For more information, click on the link below. <Any platform> wxButton: wxID_OK - 60872944 + 65273984 dialog-control-document dialogcontrol 0 1 0 - 60859280 + 65251824 0 29/2/2005 wbButtonProxy @@ -6664,14 +6664,14 @@ For more information, click on the link below. wxButton: wxID_CANCEL - 60874512 + 65274592 dialog-control-document dialogcontrol 0 1 0 - 60859280 + 65251824 0 29/2/2005 wbButtonProxy @@ -6722,14 +6722,14 @@ For more information, click on the link below. Dialup Logon - 60901856 + 65317440 dialog-document dialog 0 1 0 - 15136384 + 15204224 0 28/5/2005 wbDialogProxy @@ -6790,14 +6790,14 @@ For more information, click on the link below. wxFlexGridSizer - 60730320 + 65335712 dialog-control-document sizer 0 1 0 - 60901856 + 65317440 0 28/5/2005 wbFlexGridSizerProxy @@ -6822,14 +6822,14 @@ For more information, click on the link below. FALSE wxBoxSizer V - 60921776 + 52547184 dialog-control-document sizer 0 1 0 - 60730320 + 65335712 0 28/5/2005 wbBoxSizerProxy @@ -6849,14 +6849,14 @@ For more information, click on the link below. <Any platform> wxFlexGridSizer - 60928720 + 65346768 dialog-control-document sizer 0 1 0 - 60921776 + 52547184 0 28/5/2005 wbFlexGridSizerProxy @@ -6881,14 +6881,14 @@ For more information, click on the link below. FALSE wxStaticText: wxID_STATIC - 60940576 + 65358624 dialog-control-document statictext 0 1 0 - 60928720 + 65346768 0 28/5/2005 wbStaticTextProxy @@ -6938,14 +6938,14 @@ For more information, click on the link below. wxTextCtrl: ID_USERNAME - 60965952 + 65383328 dialog-control-document textctrl 0 1 0 - 60928720 + 65346768 0 28/5/2005 wbTextCtrlProxy @@ -7006,14 +7006,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 60992000 + 65377520 dialog-control-document statictext 0 1 0 - 60928720 + 65346768 0 28/5/2005 wbStaticTextProxy @@ -7063,14 +7063,14 @@ For more information, click on the link below. wxTextCtrl: ID_PASSWORD - 60985840 + 65425168 dialog-control-document textctrl 0 1 0 - 60928720 + 65346768 0 28/5/2005 wbTextCtrlProxy @@ -7133,14 +7133,14 @@ For more information, click on the link below. wxFlexGridSizer - 61027440 + 65442576 dialog-control-document sizer 0 1 0 - 60730320 + 65335712 0 28/5/2005 wbFlexGridSizerProxy @@ -7165,14 +7165,14 @@ For more information, click on the link below. FALSE wxButton: wxID_OK - 61039968 + 65455104 dialog-control-document dialogcontrol 0 1 0 - 61027440 + 65442576 0 28/5/2005 wbButtonProxy @@ -7217,14 +7217,14 @@ For more information, click on the link below. wxButton: wxID_CANCEL - 61040752 + 65419952 dialog-control-document dialogcontrol 0 1 0 - 61027440 + 65442576 0 28/5/2005 wbButtonProxy @@ -7272,14 +7272,14 @@ For more information, click on the link below. Attach to Project Wizard - 61064896 + 65480656 dialog-document wizarddialog 0 1 0 - 15136384 + 15204224 0 21/6/2005 wbWizardProxy @@ -7320,14 +7320,14 @@ For more information, click on the link below. FALSE wxWizardPage: ID_WELCOMEPAGE - 60897728 + 65497232 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 21/6/2005 wbWizardPageProxy @@ -7365,14 +7365,14 @@ For more information, click on the link below. wxBoxSizer V - 61086960 + 65413152 dialog-control-document sizer 0 1 0 - 60897728 + 65497232 0 21/6/2005 wbBoxSizerProxy @@ -7392,14 +7392,14 @@ For more information, click on the link below. <Any platform> wxStaticText: wxID_STATIC - 61091952 + 65507920 dialog-control-document statictext 0 1 0 - 61086960 + 65413152 0 21/6/2005 wbStaticTextProxy @@ -7449,14 +7449,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 61116560 + 65509776 dialog-control-document statictext 0 1 0 - 61086960 + 65413152 0 21/6/2005 wbStaticTextProxy @@ -7506,14 +7506,14 @@ For more information, click on the link below. Spacer - 61120272 + 65550912 dialog-control-document spacer 0 1 0 - 61086960 + 65413152 0 21/6/2005 wbSpacerProxy @@ -7534,14 +7534,14 @@ For more information, click on the link below. wxStaticBoxSizer V - 61142368 + 65559936 dialog-control-document sizer 0 1 0 - 61086960 + 65413152 0 27/6/2005 wbStaticBoxSizerProxy @@ -7565,14 +7565,14 @@ For more information, click on the link below. __WXDEBUG__ wxFlexGridSizer - 61152688 + 65565584 dialog-control-document sizer 0 1 0 - 61142368 + 65559936 0 27/6/2005 wbFlexGridSizerProxy @@ -7597,14 +7597,14 @@ For more information, click on the link below. FALSE wxCheckBox: ID_ERRPROJECTPROPERTIES - 61165200 + 65574400 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 27/6/2005 wbCheckBoxProxy @@ -7649,14 +7649,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRPROJECTCOMM - 61157472 + 65568784 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 27/6/2005 wbCheckBoxProxy @@ -7701,14 +7701,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRPROJECTPROPERTIESURL - 61195552 + 65611600 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 29/6/2005 wbCheckBoxProxy @@ -7753,14 +7753,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRACCOUNTCREATIONDISABLED - 61197232 + 65628256 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 29/6/2005 wbCheckBoxProxy @@ -7805,14 +7805,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRCLIENTACCOUNTCREATIONDISABLED - 61229072 + 65645008 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 9/7/2005 wbCheckBoxProxy @@ -7857,14 +7857,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRACCOUNTALREADYEXISTS - 61230368 + 65661632 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 29/6/2005 wbCheckBoxProxy @@ -7909,14 +7909,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRPROJECTALREADYATTACHED - 61263184 + 65678384 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 26/7/2005 wbCheckBoxProxy @@ -7961,14 +7961,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRPROJECTATTACHFAILURE - 61263632 + 65671184 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 26/7/2005 wbCheckBoxProxy @@ -8013,14 +8013,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRGOOGLECOMM - 61289152 + 65711632 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 27/6/2005 wbCheckBoxProxy @@ -8065,14 +8065,14 @@ For more information, click on the link below. Spacer - 61290944 + 65705472 dialog-control-document spacer 0 1 0 - 61152688 + 65565584 0 26/7/2005 wbSpacerProxy @@ -8093,14 +8093,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRYAHOOCOMM - 61314272 + 65729536 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 27/6/2005 wbCheckBoxProxy @@ -8145,14 +8145,14 @@ For more information, click on the link below. Spacer - 61316096 + 65747936 dialog-control-document spacer 0 1 0 - 61152688 + 65565584 0 9/7/2005 wbSpacerProxy @@ -8173,14 +8173,14 @@ For more information, click on the link below. wxCheckBox: ID_ERRNETDETECTION - 61340304 + 65755664 dialog-control-document checkbox 0 1 0 - 61152688 + 65565584 0 27/6/2005 wbCheckBoxProxy @@ -8227,14 +8227,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 61354800 + 65770784 dialog-control-document statictext 0 1 0 - 61086960 + 65413152 0 21/6/2005 wbStaticTextProxy @@ -8286,14 +8286,14 @@ For more information, click on the link below. wxWizardPage: ID_PROJECTINFOPAGE - 60902800 + 65766080 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 21/6/2005 wbWizardPageProxy @@ -8332,14 +8332,14 @@ For more information, click on the link below. wxBoxSizer V - 61378064 + 65544624 dialog-control-document sizer 0 1 0 - 60902800 + 65766080 0 21/6/2005 wbBoxSizerProxy @@ -8359,14 +8359,14 @@ For more information, click on the link below. <Any platform> wxStaticText: wxID_STATIC - 61382864 + 65798960 dialog-control-document statictext 0 1 0 - 61378064 + 65544624 0 21/6/2005 wbStaticTextProxy @@ -8416,14 +8416,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 61384688 + 65820496 dialog-control-document statictext 0 1 0 - 61378064 + 65544624 0 21/6/2005 wbStaticTextProxy @@ -8473,14 +8473,14 @@ For more information, click on the link below. Spacer - 61426336 + 65840272 dialog-control-document spacer 0 1 0 - 61378064 + 65544624 0 21/6/2005 wbSpacerProxy @@ -8501,14 +8501,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 61433392 + 65847312 dialog-control-document statictext 0 1 0 - 61378064 + 65544624 0 10/7/2005 wbStaticTextProxy @@ -8558,14 +8558,14 @@ For more information, click on the link below. Spacer - 61449312 + 65840880 dialog-control-document spacer 0 1 0 - 61378064 + 65544624 0 10/7/2005 wbSpacerProxy @@ -8586,14 +8586,14 @@ For more information, click on the link below. wxFlexGridSizer - 61458288 + 65869888 dialog-control-document sizer 0 1 0 - 61378064 + 65544624 0 21/6/2005 wbFlexGridSizerProxy @@ -8618,14 +8618,14 @@ For more information, click on the link below. FALSE wxStaticText: ID_PROJECTURLSTATICCTRL - 61470112 + 65881696 dialog-control-document statictext 0 1 0 - 61458288 + 65869888 0 21/6/2005 wbStaticTextProxy @@ -8675,14 +8675,14 @@ For more information, click on the link below. wxTextCtrl: ID_PROJECTURLCTRL - 61492688 + 65907616 dialog-control-document textctrl 0 1 0 - 61458288 + 65869888 0 21/6/2005 wbTextCtrlProxy @@ -8744,14 +8744,14 @@ For more information, click on the link below. Spacer - 61510384 + 65903968 dialog-control-document spacer 0 1 0 - 61378064 + 65544624 0 21/6/2005 wbSpacerProxy @@ -8772,14 +8772,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 61525440 + 65876000 dialog-control-document statictext 0 1 0 - 61378064 + 65544624 0 21/6/2005 wbStaticTextProxy @@ -8829,14 +8829,14 @@ For more information, click on the link below. wxHyperLink: ID_PROJECRINFOBOINCLINK - 61486880 + 65945808 dialog-control-document foreign 0 1 0 - 61378064 + 65544624 0 21/6/2005 wbCustomCtrlProxy:wxHyperLink @@ -8891,14 +8891,14 @@ For more information, click on the link below. wxWizardPage: ID_PROJECTPROPERTIESPAGE - 61551744 + 65974032 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 27/6/2005 wbWizardPageProxy @@ -8935,14 +8935,14 @@ For more information, click on the link below. wxBoxSizer V - 61570112 + 65984400 dialog-control-document sizer 0 1 0 - 61551744 + 65974032 0 27/6/2005 wbBoxSizerProxy @@ -8962,14 +8962,14 @@ For more information, click on the link below. <Any platform> wxStaticText: wxID_STATIC - 61487168 + 65771072 dialog-control-document statictext 0 1 0 - 61570112 + 65984400 0 27/6/2005 wbStaticTextProxy @@ -9019,14 +9019,14 @@ For more information, click on the link below. Spacer - 61588544 + 66004112 dialog-control-document spacer 0 1 0 - 61570112 + 65984400 0 27/6/2005 wbSpacerProxy @@ -9047,14 +9047,14 @@ For more information, click on the link below. wxFlexGridSizer - 61597520 + 66013088 dialog-control-document sizer 0 1 0 - 61570112 + 65984400 0 15/7/2005 wbFlexGridSizerProxy @@ -9079,14 +9079,14 @@ For more information, click on the link below. FALSE Spacer - 61607440 + 66027120 dialog-control-document spacer 0 1 0 - 61597520 + 66013088 0 15/7/2005 wbSpacerProxy @@ -9107,14 +9107,14 @@ For more information, click on the link below. wxStaticBitmap: ID_PROJECTPROPERTIESPROGRESS - 61613440 + 66030352 dialog-control-document staticbitmap 0 1 0 - 61597520 + 66013088 0 15/7/2005 wbStaticBitmapProxy @@ -9158,14 +9158,14 @@ For more information, click on the link below. Spacer - 61615168 + 66046560 dialog-control-document spacer 0 1 0 - 61597520 + 66013088 0 15/7/2005 wbSpacerProxy @@ -9189,14 +9189,14 @@ For more information, click on the link below. wxWizardPage: ID_ACCOUNTKEYPAGE - 61487888 + 66054640 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 29/6/2005 wbWizardPageProxy @@ -9234,14 +9234,14 @@ For more information, click on the link below. wxBoxSizer V - 61642592 + 66020576 dialog-control-document sizer 0 1 0 - 61487888 + 66054640 0 29/6/2005 wbBoxSizerProxy @@ -9261,14 +9261,14 @@ For more information, click on the link below. <Any platform> wxStaticText: wxID_STATIC - 61655744 + 66069920 dialog-control-document statictext 0 1 0 - 61642592 + 66020576 0 29/6/2005 wbStaticTextProxy @@ -9318,14 +9318,14 @@ For more information, click on the link below. Spacer - 61674912 + 66070832 dialog-control-document spacer 0 1 0 - 61642592 + 66020576 0 29/6/2005 wbSpacerProxy @@ -9346,14 +9346,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 61681968 + 66098976 dialog-control-document statictext 0 1 0 - 61642592 + 66020576 0 29/6/2005 wbStaticTextProxy @@ -9403,14 +9403,14 @@ For more information, click on the link below. wxStaticText: wxID_STATIC - 61683760 + 66093072 dialog-control-document statictext 0 1 0 - 61642592 + 66020576 0 30/6/2005 wbStaticTextProxy @@ -9461,14 +9461,14 @@ key will be emailed to you. wxStaticText: wxID_STATIC - 61720096 + 66141968 dialog-control-document statictext 0 1 0 - 61642592 + 66020576 0 30/6/2005 wbStaticTextProxy @@ -9518,14 +9518,14 @@ key will be emailed to you. wxStaticText: wxID_STATIC - 61739632 + 66135888 dialog-control-document statictext 0 1 0 - 61642592 + 66020576 0 30/6/2005 wbStaticTextProxy @@ -9575,14 +9575,14 @@ key will be emailed to you. Spacer - 61735248 + 66173952 dialog-control-document spacer 0 1 0 - 61642592 + 66020576 0 10/7/2005 wbSpacerProxy @@ -9603,14 +9603,14 @@ key will be emailed to you. wxFlexGridSizer - 61765360 + 66182896 dialog-control-document sizer 0 1 0 - 61642592 + 66020576 0 15/7/2005 wbFlexGridSizerProxy @@ -9635,14 +9635,14 @@ key will be emailed to you. FALSE wxStaticText: ID_ACCOUNTKEYSTATICCTRL - 61774112 + 66129984 dialog-control-document statictext 0 1 0 - 61765360 + 66182896 0 15/7/2005 wbStaticTextProxy @@ -9692,14 +9692,14 @@ key will be emailed to you. wxTextCtrl: ID_ACCOUNTKEYCTRL - 61767712 + 66208640 dialog-control-document textctrl 0 1 0 - 61765360 + 66182896 0 15/7/2005 wbTextCtrlProxy @@ -9763,14 +9763,14 @@ key will be emailed to you. wxWizardPage: ID_ACCOUNTINFOPAGE - 61818736 + 66234080 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 21/6/2005 wbWizardPageProxy @@ -9811,14 +9811,14 @@ key will be emailed to you. wxBoxSizer V - 61615616 + 66252336 dialog-control-document sizer 0 1 0 - 61818736 + 66234080 0 21/6/2005 wbBoxSizerProxy @@ -9838,14 +9838,14 @@ key will be emailed to you. <Any platform> wxStaticText: wxID_STATIC - 61769184 + 66031376 dialog-control-document statictext 0 1 0 - 61615616 + 66252336 0 21/6/2005 wbStaticTextProxy @@ -9895,14 +9895,14 @@ key will be emailed to you. wxStaticText: wxID_STATIC - 61856832 + 66266064 dialog-control-document statictext 0 1 0 - 61615616 + 66252336 0 21/6/2005 wbStaticTextProxy @@ -9952,14 +9952,14 @@ key will be emailed to you. Spacer - 61871712 + 66261616 dialog-control-document spacer 0 1 0 - 61615616 + 66252336 0 21/6/2005 wbSpacerProxy @@ -9980,14 +9980,14 @@ key will be emailed to you. wxFlexGridSizer - 61880704 + 66266432 dialog-control-document sizer 0 1 0 - 61615616 + 66252336 0 21/6/2005 wbFlexGridSizerProxy @@ -10012,14 +10012,14 @@ key will be emailed to you. FALSE wxRadioButton: ID_ACCOUNTCREATECTRL - 61893296 + 66299760 dialog-control-document radiobutton 0 1 0 - 61880704 + 66266432 0 21/6/2005 wbRadioButtonProxy @@ -10063,14 +10063,14 @@ key will be emailed to you. wxRadioButton: ID_ACCOUNTUSEEXISTINGCTRL - 61903232 + 66316832 dialog-control-document radiobutton 0 1 0 - 61880704 + 66266432 0 21/6/2005 wbRadioButtonProxy @@ -10115,14 +10115,14 @@ key will be emailed to you. wxFlexGridSizer - 61904672 + 66331360 dialog-control-document sizer 0 1 0 - 61615616 + 66252336 0 21/6/2005 wbFlexGridSizerProxy @@ -10147,14 +10147,14 @@ key will be emailed to you. FALSE wxStaticText: ID_ACCOUNTEMAILADDRESSSTATICCTRL - 61873664 + 66343216 dialog-control-document statictext 0 1 0 - 61904672 + 66331360 0 21/6/2005 wbStaticTextProxy @@ -10204,14 +10204,14 @@ key will be emailed to you. wxTextCtrl: ID_ACCOUNTEMAILADDRESSCTRL - 61948992 + 66364672 dialog-control-document textctrl 0 1 0 - 61904672 + 66331360 0 21/6/2005 wbTextCtrlProxy @@ -10272,14 +10272,14 @@ key will be emailed to you. wxStaticText: ID_ACCOUNTPASSWORDSTATICCTRL - 61973536 + 66367248 dialog-control-document statictext 0 1 0 - 61904672 + 66331360 0 21/6/2005 wbStaticTextProxy @@ -10329,14 +10329,14 @@ key will be emailed to you. wxTextCtrl: ID_ACCOUNTPASSWORDCTRL - 61995792 + 66405440 dialog-control-document textctrl 0 1 0 - 61904672 + 66331360 0 21/6/2005 wbTextCtrlProxy @@ -10397,14 +10397,14 @@ key will be emailed to you. wxStaticText: ID_ACCOUNTCONFIRMPASSWORDSTATICCTRL - 62015168 + 66436544 dialog-control-document statictext 0 1 0 - 61904672 + 66331360 0 21/6/2005 wbStaticTextProxy @@ -10454,14 +10454,14 @@ key will be emailed to you. wxTextCtrl: ID_ACCOUNTCONFIRMPASSWORDCTRL - 62010064 + 66450720 dialog-control-document textctrl 0 1 0 - 61904672 + 66331360 0 21/6/2005 wbTextCtrlProxy @@ -10525,14 +10525,14 @@ key will be emailed to you. wxWizardPage: ID_ATTACHPROJECTPAGE - 62057904 + 66471008 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 27/6/2005 wbWizardPageProxy @@ -10569,14 +10569,14 @@ key will be emailed to you. wxBoxSizer V - 61829424 + 66332992 dialog-control-document sizer 0 1 0 - 62057904 + 66471008 0 27/6/2005 wbBoxSizerProxy @@ -10596,14 +10596,14 @@ key will be emailed to you. <Any platform> wxStaticText: wxID_STATIC - 62067312 + 66235008 dialog-control-document statictext 0 1 0 - 61829424 + 66332992 0 27/6/2005 wbStaticTextProxy @@ -10653,14 +10653,14 @@ key will be emailed to you. Spacer - 62062944 + 66504976 dialog-control-document spacer 0 1 0 - 61829424 + 66332992 0 15/7/2005 wbSpacerProxy @@ -10681,14 +10681,14 @@ key will be emailed to you. wxFlexGridSizer - 62093040 + 66513968 dialog-control-document sizer 0 1 0 - 61829424 + 66332992 0 15/7/2005 wbFlexGridSizerProxy @@ -10713,14 +10713,14 @@ key will be emailed to you. FALSE Spacer - 62106960 + 66522640 dialog-control-document spacer 0 1 0 - 62093040 + 66513968 0 15/7/2005 wbSpacerProxy @@ -10741,14 +10741,14 @@ key will be emailed to you. wxStaticBitmap: ID_ATTACHPROJECTPROGRESS - 62114704 + 66528608 dialog-control-document staticbitmap 0 1 0 - 62093040 + 66513968 0 15/7/2005 wbStaticBitmapProxy @@ -10792,14 +10792,14 @@ key will be emailed to you. Spacer - 62135824 + 66530336 dialog-control-document spacer 0 1 0 - 62093040 + 66513968 0 15/7/2005 wbSpacerProxy @@ -10823,14 +10823,14 @@ key will be emailed to you. wxWizardPage: ID_COMPLETIONPAGE - 62143952 + 66333344 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 24/6/2005 wbWizardPageProxy @@ -10868,14 +10868,14 @@ key will be emailed to you. wxBoxSizer V - 62154096 + 66557280 dialog-control-document sizer 0 1 0 - 62143952 + 66333344 0 27/6/2005 wbBoxSizerProxy @@ -10895,14 +10895,14 @@ key will be emailed to you. <Any platform> wxStaticText: wxID_STATIC - 62063360 + 66570432 dialog-control-document statictext 0 1 0 - 62154096 + 66557280 0 27/6/2005 wbStaticTextProxy @@ -10952,14 +10952,14 @@ key will be emailed to you. wxStaticText: wxID_STATIC - 62175904 + 66596000 dialog-control-document statictext 0 1 0 - 62154096 + 66557280 0 27/6/2005 wbStaticTextProxy @@ -11009,14 +11009,14 @@ key will be emailed to you. Spacer - 62171408 + 66591584 dialog-control-document spacer 0 1 0 - 62154096 + 66557280 0 27/6/2005 wbSpacerProxy @@ -11037,14 +11037,14 @@ key will be emailed to you. wxStaticText: wxID_STATIC - 62195776 + 66570800 dialog-control-document statictext 0 1 0 - 62154096 + 66557280 0 10/7/2005 wbStaticTextProxy @@ -11097,14 +11097,14 @@ you can set your account name and preferences. wxWizardPage: ID_COMPLETIONERRORPAGE - 62217104 + 66636432 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 10/7/2005 wbWizardPageProxy @@ -11141,14 +11141,14 @@ you can set your account name and preferences. wxBoxSizer V - 62128960 + 66646576 dialog-control-document sizer 0 1 0 - 62217104 + 66636432 0 10/7/2005 wbBoxSizerProxy @@ -11168,14 +11168,14 @@ you can set your account name and preferences. <Any platform> wxStaticText: wxID_STATIC - 62230704 + 66653968 dialog-control-document statictext 0 1 0 - 62128960 + 66646576 0 10/7/2005 wbStaticTextProxy @@ -11225,14 +11225,14 @@ you can set your account name and preferences. Spacer - 62234384 + 66674448 dialog-control-document spacer 0 1 0 - 62128960 + 66646576 0 10/7/2005 wbSpacerProxy @@ -11253,14 +11253,14 @@ you can set your account name and preferences. wxStaticText: wxID_STATIC - 62262720 + 66681696 dialog-control-document statictext 0 1 0 - 62128960 + 66646576 0 10/7/2005 wbStaticTextProxy @@ -11312,14 +11312,14 @@ you can set your account name and preferences. wxWizardPage: ID_ERRPROJECTNOTDETECTEDPAGE - 62282672 + 66696544 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 9/7/2005 wbWizardPageProxy @@ -11356,14 +11356,14 @@ you can set your account name and preferences. wxBoxSizer V - 62217808 + 66714864 dialog-control-document sizer 0 1 0 - 62282672 + 66696544 0 9/7/2005 wbBoxSizerProxy @@ -11383,14 +11383,14 @@ you can set your account name and preferences. <Any platform> wxStaticText: wxID_STATIC - 62297856 + 66675376 dialog-control-document statictext 0 1 0 - 62217808 + 66714864 0 9/7/2005 wbStaticTextProxy @@ -11440,14 +11440,14 @@ you can set your account name and preferences. Spacer - 62298496 + 66734464 dialog-control-document spacer 0 1 0 - 62217808 + 66714864 0 9/7/2005 wbSpacerProxy @@ -11468,14 +11468,14 @@ you can set your account name and preferences. wxStaticText: wxID_STATIC - 62321664 + 66741552 dialog-control-document statictext 0 1 0 - 62217808 + 66714864 0 9/7/2005 wbStaticTextProxy @@ -11525,14 +11525,14 @@ you can set your account name and preferences. wxStaticText: wxID_STATIC - 62348416 + 66763200 dialog-control-document statictext 0 1 0 - 62217808 + 66714864 0 9/7/2005 wbStaticTextProxy @@ -11584,14 +11584,14 @@ you can set your account name and preferences. wxWizardPage: ID_ERRPROJECTUNAVAILABLEPAGE - 62362848 + 66758416 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 24/6/2005 wbWizardPageProxy @@ -11628,14 +11628,14 @@ you can set your account name and preferences. wxBoxSizer V - 62381248 + 66788720 dialog-control-document sizer 0 1 0 - 62362848 + 66758416 0 27/6/2005 wbBoxSizerProxy @@ -11655,14 +11655,14 @@ you can set your account name and preferences. <Any platform> wxStaticText: wxID_STATIC - 62386224 + 66793680 dialog-control-document statictext 0 1 0 - 62381248 + 66788720 0 27/6/2005 wbStaticTextProxy @@ -11712,14 +11712,14 @@ you can set your account name and preferences. Spacer - 62400688 + 66820896 dialog-control-document spacer 0 1 0 - 62381248 + 66788720 0 27/6/2005 wbSpacerProxy @@ -11740,14 +11740,14 @@ you can set your account name and preferences. wxStaticText: wxID_STATIC - 62407776 + 66827936 dialog-control-document statictext 0 1 0 - 62381248 + 66788720 0 1/7/2005 wbStaticTextProxy @@ -11801,14 +11801,14 @@ Please try again later. wxWizardPage: ID_ERRPROJECTALREADYATTACHEDPAGE - 62429360 + 66828592 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 26/7/2005 wbWizardPageProxy @@ -11845,14 +11845,14 @@ Please try again later. wxBoxSizer V - 62439536 + 66848560 dialog-control-document sizer 0 1 0 - 62429360 + 66828592 0 26/7/2005 wbBoxSizerProxy @@ -11872,14 +11872,14 @@ Please try again later. <Any platform> wxStaticText: wxID_STATIC - 62452720 + 66861728 dialog-control-document statictext 0 1 0 - 62439536 + 66848560 0 26/7/2005 wbStaticTextProxy @@ -11929,14 +11929,14 @@ Please try again later. Spacer - 62466816 + 66857280 dialog-control-document spacer 0 1 0 - 62439536 + 66848560 0 26/7/2005 wbSpacerProxy @@ -11957,14 +11957,14 @@ Please try again later. wxStaticText: wxID_STATIC - 62473856 + 66891536 dialog-control-document statictext 0 1 0 - 62439536 + 66848560 0 26/7/2005 wbStaticTextProxy @@ -12016,14 +12016,14 @@ Please try again later. wxWizardPage: ID_ERRNOINTERNETCONNECTIONPAGE - 62467504 + 66886096 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 24/6/2005 wbWizardPageProxy @@ -12060,14 +12060,14 @@ Please try again later. wxBoxSizer V - 62493264 + 66915296 dialog-control-document sizer 0 1 0 - 62467504 + 66886096 0 27/6/2005 wbBoxSizerProxy @@ -12087,14 +12087,14 @@ Please try again later. <Any platform> wxStaticText: wxID_STATIC - 62506400 + 66920464 dialog-control-document statictext 0 1 0 - 62493264 + 66915296 0 27/6/2005 wbStaticTextProxy @@ -12144,14 +12144,14 @@ Please try again later. Spacer - 62525856 + 66923872 dialog-control-document spacer 0 1 0 - 62493264 + 66915296 0 11/7/2005 wbSpacerProxy @@ -12172,14 +12172,14 @@ Please try again later. wxStaticText: wxID_STATIC - 62541056 + 66949776 dialog-control-document statictext 0 1 0 - 62493264 + 66915296 0 27/6/2005 wbStaticTextProxy @@ -12231,14 +12231,14 @@ Please try again later. wxWizardPage: ID_ERRACCOUNTNOTFOUNDPAGE - 62500976 + 66952432 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 16/7/2005 wbWizardPageProxy @@ -12275,14 +12275,14 @@ Please try again later. wxBoxSizer V - 62559264 + 66921456 dialog-control-document sizer 0 1 0 - 62500976 + 66952432 0 16/7/2005 wbBoxSizerProxy @@ -12302,14 +12302,14 @@ Please try again later. <Any platform> wxStaticText: wxID_STATIC - 62572416 + 66988192 dialog-control-document statictext 0 1 0 - 62559264 + 66921456 0 16/7/2005 wbStaticTextProxy @@ -12359,14 +12359,14 @@ Please try again later. Spacer - 62591856 + 66988944 dialog-control-document spacer 0 1 0 - 62559264 + 66921456 0 16/7/2005 wbSpacerProxy @@ -12387,14 +12387,14 @@ Please try again later. wxStaticText: wxID_STATIC - 62599232 + 67012672 dialog-control-document statictext 0 1 0 - 62559264 + 66921456 0 16/7/2005 wbStaticTextProxy @@ -12446,14 +12446,14 @@ Please try again later. wxWizardPage: ID_ERRACCOUNTALREADYEXISTSPAGE - 62566784 + 67034000 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 24/6/2005 wbWizardPageProxy @@ -12490,14 +12490,14 @@ Please try again later. wxBoxSizer V - 62626032 + 66950912 dialog-control-document sizer 0 1 0 - 62566784 + 67034000 0 27/6/2005 wbBoxSizerProxy @@ -12517,14 +12517,14 @@ Please try again later. <Any platform> wxStaticText: wxID_STATIC - 62639232 + 67048048 dialog-control-document statictext 0 1 0 - 62626032 + 66950912 0 27/6/2005 wbStaticTextProxy @@ -12574,14 +12574,14 @@ Please try again later. Spacer - 62658144 + 67043648 dialog-control-document spacer 0 1 0 - 62626032 + 66950912 0 11/7/2005 wbSpacerProxy @@ -12602,14 +12602,14 @@ Please try again later. wxStaticText: wxID_STATIC - 62665168 + 67079952 dialog-control-document statictext 0 1 0 - 62626032 + 66950912 0 27/6/2005 wbStaticTextProxy @@ -12664,14 +12664,14 @@ Please visit the project's web site and follow the instructions there. wxWizardPage: ID_ERRACCOUNTCREATIONDISABLEDPAGE - 62634208 + 67099536 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 29/6/2005 wbWizardPageProxy @@ -12708,14 +12708,14 @@ Please visit the project's web site and follow the instructions there. wxBoxSizer V - 62692320 + 67034896 dialog-control-document sizer 0 1 0 - 62634208 + 67099536 0 29/6/2005 wbBoxSizerProxy @@ -12735,14 +12735,14 @@ Please visit the project's web site and follow the instructions there.<Any platform> wxStaticText: wxID_STATIC - 62705424 + 67110208 dialog-control-document statictext 0 1 0 - 62692320 + 67034896 0 29/6/2005 wbStaticTextProxy @@ -12792,14 +12792,14 @@ Please visit the project's web site and follow the instructions there. Spacer - 62723680 + 67112208 dialog-control-document spacer 0 1 0 - 62692320 + 67034896 0 11/7/2005 wbSpacerProxy @@ -12820,14 +12820,14 @@ Please visit the project's web site and follow the instructions there. wxStaticText: wxID_STATIC - 62730736 + 67140448 dialog-control-document statictext 0 1 0 - 62692320 + 67034896 0 29/6/2005 wbStaticTextProxy @@ -12879,14 +12879,14 @@ Please visit the project's web site and follow the instructions there. wxWizardPage: ID_ERRPROXYINFOPAGE - 62701248 + 67159904 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 27/6/2005 wbWizardPageProxy @@ -12923,14 +12923,14 @@ Please visit the project's web site and follow the instructions there. wxBoxSizer V - 62752560 + 67027168 dialog-control-document sizer 0 1 0 - 62701248 + 67159904 0 27/6/2005 wbBoxSizerProxy @@ -12950,14 +12950,14 @@ Please visit the project's web site and follow the instructions there.<Any platform> wxStaticText: wxID_STATIC - 62765696 + 67175744 dialog-control-document statictext 0 1 0 - 62752560 + 67027168 0 27/6/2005 wbStaticTextProxy @@ -13007,14 +13007,14 @@ Please visit the project's web site and follow the instructions there. Spacer - 62761216 + 67177776 dialog-control-document spacer 0 1 0 - 62752560 + 67027168 0 25/7/2005 wbSpacerProxy @@ -13035,14 +13035,14 @@ Please visit the project's web site and follow the instructions there. wxStaticText: wxID_STATIC - 62795536 + 67206048 dialog-control-document statictext 0 1 0 - 62752560 + 67027168 0 27/6/2005 wbStaticTextProxy @@ -13098,14 +13098,14 @@ Click Next to do proxy configuration. Spacer - 62791280 + 67221648 dialog-control-document spacer 0 1 0 - 62752560 + 67027168 0 27/6/2005 wbSpacerProxy @@ -13128,14 +13128,14 @@ Click Next to do proxy configuration. wxWizardPage: ID_ERRPROXYHTTPPAGE - 62812256 + 67229568 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 27/6/2005 wbWizardPageProxy @@ -13176,14 +13176,14 @@ Click Next to do proxy configuration. wxBoxSizer V - 62820544 + 67206416 dialog-control-document sizer 0 1 0 - 62812256 + 67229568 0 27/6/2005 wbBoxSizerProxy @@ -13203,14 +13203,14 @@ Click Next to do proxy configuration. <Any platform> wxStaticText: wxID_STATIC - 62833696 + 67244336 dialog-control-document statictext 0 1 0 - 62820544 + 67206416 0 27/6/2005 wbStaticTextProxy @@ -13260,14 +13260,14 @@ Click Next to do proxy configuration. Spacer - 62861072 + 67247888 dialog-control-document spacer 0 1 0 - 62820544 + 67206416 0 25/7/2005 wbSpacerProxy @@ -13288,14 +13288,14 @@ Click Next to do proxy configuration. wxStaticText: wxID_STATIC - 62868128 + 67276224 dialog-control-document statictext 0 1 0 - 62820544 + 67206416 0 27/6/2005 wbStaticTextProxy @@ -13347,14 +13347,14 @@ If you're not sure, click Autodetect. Spacer - 62853504 + 67289104 dialog-control-document spacer 0 1 0 - 62820544 + 67206416 0 27/6/2005 wbSpacerProxy @@ -13375,14 +13375,14 @@ If you're not sure, click Autodetect. wxButton: ID_HTTPAUTODETECT - 62887856 + 67304880 dialog-control-document dialogcontrol 0 1 0 - 62820544 + 67206416 0 27/6/2005 wbButtonProxy @@ -13428,14 +13428,14 @@ If you're not sure, click Autodetect. wxFlexGridSizer - 62883104 + 67314704 dialog-control-document sizer 0 1 0 - 62820544 + 67206416 0 27/6/2005 wbFlexGridSizerProxy @@ -13460,14 +13460,14 @@ If you're not sure, click Autodetect. FALSE wxStaticText: ID_PROXYHTTPSERVERSTATICCTRL - 62829152 + 67326544 dialog-control-document statictext 0 1 0 - 62883104 + 67314704 0 27/6/2005 wbStaticTextProxy @@ -13517,14 +13517,14 @@ If you're not sure, click Autodetect. wxFlexGridSizer - 62931984 + 67349776 dialog-control-document sizer 0 1 0 - 62883104 + 67314704 0 27/6/2005 wbFlexGridSizerProxy @@ -13549,14 +13549,14 @@ If you're not sure, click Autodetect. FALSE wxTextCtrl: ID_PROXYHTTPSERVERCTRL - 62943344 + 67361152 dialog-control-document textctrl 0 1 0 - 62931984 + 67349776 0 27/6/2005 wbTextCtrlProxy @@ -13617,14 +13617,14 @@ If you're not sure, click Autodetect. wxStaticText: ID_PROXYHTTPPORTSTATICCTRL - 62969088 + 67386592 dialog-control-document statictext 0 1 0 - 62931984 + 67349776 0 27/6/2005 wbStaticTextProxy @@ -13674,14 +13674,14 @@ If you're not sure, click Autodetect. wxTextCtrl: ID_PROXYHTTPPORTCTRL - 62990304 + 67400688 dialog-control-document textctrl 0 1 0 - 62931984 + 67349776 0 27/6/2005 wbTextCtrlProxy @@ -13743,14 +13743,14 @@ If you're not sure, click Autodetect. wxStaticText: ID_PROXYHTTPUSERNAMESTATICCTRL - 62933184 + 67427776 dialog-control-document statictext 0 1 0 - 62883104 + 67314704 0 27/6/2005 wbStaticTextProxy @@ -13800,14 +13800,14 @@ If you're not sure, click Autodetect. wxTextCtrl: ID_PROXYHTTPUSERNAMECTRL - 63026016 + 67421792 dialog-control-document textctrl 0 1 0 - 62883104 + 67314704 0 27/6/2005 wbTextCtrlProxy @@ -13868,14 +13868,14 @@ If you're not sure, click Autodetect. wxStaticText: ID_PROXYHTTPPASSWORDSTATICCTRL - 63057680 + 67463296 dialog-control-document statictext 0 1 0 - 62883104 + 67314704 0 27/6/2005 wbStaticTextProxy @@ -13925,14 +13925,14 @@ If you're not sure, click Autodetect. wxTextCtrl: ID_PROXYHTTPPASSWORDCTRL - 63071936 + 67485200 dialog-control-document textctrl 0 1 0 - 62883104 + 67314704 0 27/6/2005 wbTextCtrlProxy @@ -13996,14 +13996,14 @@ If you're not sure, click Autodetect. wxWizardPage: ID_ERRPROXYSOCKSPAGE - 63092192 + 67480784 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 27/6/2005 wbWizardPageProxy @@ -14044,14 +14044,14 @@ If you're not sure, click Autodetect. wxBoxSizer V - 63110448 + 67509872 dialog-control-document sizer 0 1 0 - 63092192 + 67480784 0 27/6/2005 wbBoxSizerProxy @@ -14071,14 +14071,14 @@ If you're not sure, click Autodetect. <Any platform> wxStaticText: wxID_STATIC - 62787888 + 67514992 dialog-control-document statictext 0 1 0 - 63110448 + 67509872 0 27/6/2005 wbStaticTextProxy @@ -14128,14 +14128,14 @@ If you're not sure, click Autodetect. Spacer - 63131248 + 67541792 dialog-control-document spacer 0 1 0 - 63110448 + 67509872 0 25/7/2005 wbSpacerProxy @@ -14156,14 +14156,14 @@ If you're not sure, click Autodetect. wxStaticText: wxID_STATIC - 63138368 + 67548832 dialog-control-document statictext 0 1 0 - 63110448 + 67509872 0 27/6/2005 wbStaticTextProxy @@ -14215,14 +14215,14 @@ If you're not sure, click Autodetect. Spacer - 63155632 + 67550832 dialog-control-document spacer 0 1 0 - 63110448 + 67509872 0 27/6/2005 wbSpacerProxy @@ -14243,14 +14243,14 @@ If you're not sure, click Autodetect. wxButton: ID_SOCKSAUTODETECT - 63163248 + 67571472 dialog-control-document dialogcontrol 0 1 0 - 63110448 + 67509872 0 27/6/2005 wbButtonProxy @@ -14296,14 +14296,14 @@ If you're not sure, click Autodetect. wxFlexGridSizer - 63131856 + 67586080 dialog-control-document sizer 0 1 0 - 63110448 + 67509872 0 27/6/2005 wbFlexGridSizerProxy @@ -14328,14 +14328,14 @@ If you're not sure, click Autodetect. FALSE wxStaticText: ID_PROXYSOCKSSERVERSTATICCTRL - 63181680 + 67597920 dialog-control-document statictext 0 1 0 - 63131856 + 67586080 0 27/6/2005 wbStaticTextProxy @@ -14385,14 +14385,14 @@ If you're not sure, click Autodetect. wxFlexGridSizer - 63183888 + 67613712 dialog-control-document sizer 0 1 0 - 63131856 + 67586080 0 27/6/2005 wbFlexGridSizerProxy @@ -14417,14 +14417,14 @@ If you're not sure, click Autodetect. FALSE wxTextCtrl: ID_PROXYSOCKSSERVERCTRL - 63210336 + 67625072 dialog-control-document textctrl 0 1 0 - 63183888 + 67613712 0 27/6/2005 wbTextCtrlProxy @@ -14485,14 +14485,14 @@ If you're not sure, click Autodetect. wxStaticText: ID_PROXYSOCKSPORTSTATICCTRL - 63235584 + 67650592 dialog-control-document statictext 0 1 0 - 63183888 + 67613712 0 27/6/2005 wbStaticTextProxy @@ -14542,14 +14542,14 @@ If you're not sure, click Autodetect. wxTextCtrl: ID_PROXYSOCKSPORTCTRL - 63262480 + 67646048 dialog-control-document textctrl 0 1 0 - 63183888 + 67613712 0 27/6/2005 wbTextCtrlProxy @@ -14611,14 +14611,14 @@ If you're not sure, click Autodetect. wxStaticText: ID_PROXYSOCKSUSERNAMESTATICCTRL - 63286720 + 67692864 dialog-control-document statictext 0 1 0 - 63131856 + 67586080 0 27/6/2005 wbStaticTextProxy @@ -14668,14 +14668,14 @@ If you're not sure, click Autodetect. wxTextCtrl: ID_PROXYSOCKSUSERNAMECTRL - 63301008 + 67708672 dialog-control-document textctrl 0 1 0 - 63131856 + 67586080 0 27/6/2005 wbTextCtrlProxy @@ -14736,14 +14736,14 @@ If you're not sure, click Autodetect. wxStaticText: ID_PROXYSOCKSPASSWORDSTATICCTRL - 63322240 + 67710736 dialog-control-document statictext 0 1 0 - 63131856 + 67586080 0 27/6/2005 wbStaticTextProxy @@ -14793,14 +14793,14 @@ If you're not sure, click Autodetect. wxTextCtrl: ID_PROXYSOCKSPASSWORDCTRL - 63287056 + 67748928 dialog-control-document textctrl 0 1 0 - 63131856 + 67586080 0 27/6/2005 wbTextCtrlProxy @@ -14864,14 +14864,14 @@ If you're not sure, click Autodetect. wxWizardPage: ID_ERRPROXYCOMPLETIONPAGE - 63364880 + 67773280 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 27/6/2005 wbWizardPageProxy @@ -14908,14 +14908,14 @@ If you're not sure, click Autodetect. wxBoxSizer V - 63093568 + 67791584 dialog-control-document sizer 0 1 0 - 63364880 + 67773280 0 27/6/2005 wbBoxSizerProxy @@ -14935,14 +14935,14 @@ If you're not sure, click Autodetect. <Any platform> wxStaticText: wxID_STATIC - 63374656 + 67587520 dialog-control-document statictext 0 1 0 - 63093568 + 67791584 0 27/6/2005 wbStaticTextProxy @@ -14992,14 +14992,14 @@ If you're not sure, click Autodetect. wxStaticText: wxID_STATIC - 63395664 + 67811776 dialog-control-document statictext 0 1 0 - 63093568 + 67791584 0 27/6/2005 wbStaticTextProxy @@ -15049,14 +15049,14 @@ If you're not sure, click Autodetect. Spacer - 63416256 + 67825840 dialog-control-document spacer 0 1 0 - 63093568 + 67791584 0 27/6/2005 wbSpacerProxy @@ -15079,14 +15079,14 @@ If you're not sure, click Autodetect. wxWizardPage: ID_ERRREFCOUNTPAGE - 63424560 + 67792192 dialog-control-document panel 0 1 0 - 61064896 + 65480656 0 9/7/2005 wbWizardPageProxy @@ -15121,14 +15121,14 @@ If you're not sure, click Autodetect. wxBoxSizer V - 63434816 + 67840000 dialog-control-document sizer 0 1 0 - 63424560 + 67792192 0 9/7/2005 wbBoxSizerProxy @@ -15148,14 +15148,14 @@ If you're not sure, click Autodetect. <Any platform> wxStaticText: wxID_STATIC - 63376480 + 67853216 dialog-control-document statictext 0 1 0 - 63434816 + 67840000 0 9/7/2005 wbStaticTextProxy @@ -15205,14 +15205,14 @@ If you're not sure, click Autodetect. wxStaticText: wxID_STATIC - 63462272 + 67870816 dialog-control-document statictext 0 1 0 - 63434816 + 67840000 0 9/7/2005 wbStaticTextProxy @@ -15262,14 +15262,14 @@ If you're not sure, click Autodetect. Spacer - 63477008 + 67874192 dialog-control-document spacer 0 1 0 - 63434816 + 67840000 0 9/7/2005 wbSpacerProxy @@ -15290,14 +15290,14 @@ If you're not sure, click Autodetect. wxStaticText: wxID_STATIC - 63484048 + 67878576 dialog-control-document statictext 0 1 0 - 63434816 + 67840000 0 9/7/2005 wbStaticTextProxy @@ -15348,14 +15348,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxBoxSizer V - 63484416 + 67912768 dialog-control-document sizer 0 1 0 - 63434816 + 67840000 0 15/7/2005 wbBoxSizerProxy @@ -15375,14 +15375,14 @@ so that DialogBlocks doesn't nuke the refences to them. <Any platform> wxStaticBitmap: wxID_STATIC - 63511024 + 67926640 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15426,14 +15426,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63528064 + 67943856 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15477,14 +15477,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63541312 + 67936528 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15528,14 +15528,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63542496 + 67969584 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15579,14 +15579,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63575168 + 67986624 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15630,14 +15630,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63592208 + 68003568 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15681,14 +15681,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63576624 + 68020576 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15732,14 +15732,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63621232 + 68037008 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 16/7/2005 wbStaticBitmapProxy @@ -15783,14 +15783,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63622432 + 68054048 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15834,14 +15834,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63655376 + 68070864 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15885,14 +15885,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63647936 + 68063424 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15936,14 +15936,14 @@ so that DialogBlocks doesn't nuke the refences to them. wxStaticBitmap: wxID_STATIC - 63688464 + 68096240 dialog-control-document staticbitmap 0 1 0 - 63484416 + 67912768 0 15/7/2005 wbStaticBitmapProxy @@ -15992,7 +15992,7 @@ so that DialogBlocks doesn't nuke the refences to them. Images - 63697088 + 67840528 html-document bitmapsfolder @@ -16003,336 +16003,336 @@ so that DialogBlocks doesn't nuke the refences to them. 1 boincsm.xpm - 63683088 + 67914688 image-document res/boincsm.xpm image 0 0 0 - 63697088 + 67840528 0 1/3/2005 100 boinc.xpm - 63682880 + 67913104 image-document res/boinc.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 boinc_mac.xpm - 63682640 + 67914336 image-document res/boinc_mac.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 BOINCGUIApp.xpm - 63682464 + 67914160 image-document res/BOINCGUIApp.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 connect.xpm - 63682224 + 67913952 image-document res/connect.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 disconnect.xpm - 63682048 + 67913472 image-document res/disconnect.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 mess.xpm - 63681808 + 67840352 image-document res/mess.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 proj.xpm - 63681600 + 67913808 image-document res/proj.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 result.xpm - 63681344 + 67841536 image-document res/result.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 usage.xpm - 63681136 + 68071280 image-document res/usage.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 xfer.xpm - 63680880 + 68079792 image-document res/xfer.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 attachprojectwizard.xpm - 63416624 + 68079648 image-document res/attachprojectwizard.xpm image 0 0 0 - 63697088 + 67840528 0 21/6/2005 100 wizprogress01.xpm - 63425552 + 68066256 image-document res/wizprogress01.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress02.xpm - 63425376 + 68066112 image-document res/wizprogress02.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress03.xpm - 63425168 + 68065968 image-document res/wizprogress03.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress04.xpm - 63424960 + 68065824 image-document res/wizprogress04.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress05.xpm - 63418224 + 68065600 image-document res/wizprogress05.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress06.xpm - 63418048 + 68065376 image-document res/wizprogress06.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress07.xpm - 63417840 + 68065152 image-document res/wizprogress07.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress08.xpm - 63417632 + 68064928 image-document res/wizprogress08.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress09.xpm - 63417424 + 68064704 image-document res/wizprogress09.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress10.xpm - 63417216 + 68064480 image-document res/wizprogress10.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress11.xpm - 63436512 + 68064256 image-document res/wizprogress11.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 wizprogress12.xpm - 63436304 + 68064032 image-document res/wizprogress12.xpm image 0 0 0 - 63697088 + 67840528 0 15/7/2005 100 @@ -16340,7 +16340,7 @@ so that DialogBlocks doesn't nuke the refences to them. Sources - 63436144 + 68063872 html-document sourcesfolder @@ -16352,28 +16352,28 @@ so that DialogBlocks doesn't nuke the refences to them. 10/2/2005 ValidateAccountKey.cpp - 63435136 + 67841168 source-editor-document ValidateAccountKey.cpp source-editor 0 0 1 - 63436144 + 68063872 0 29/2/2005 ValidateURL.cpp - 63457824 + 68063728 source-editor-document ValidateURL.cpp source-editor 0 0 1 - 63436144 + 68063872 0 29/2/2005 diff --git a/clientgui/MainFrame.cpp b/clientgui/MainFrame.cpp index d866029a7a..aaeb82d74f 100644 --- a/clientgui/MainFrame.cpp +++ b/clientgui/MainFrame.cpp @@ -1188,11 +1188,12 @@ void CMainFrame::OnHelpAbout(wxCommandEvent& WXUNUSED(event)) { void CMainFrame::OnClose(wxCloseEvent& event) { wxLogTrace(wxT("Function Start/End"), wxT("CMainFrame::OnClose - Function Begin")); -#if defined(__WXMSW__) || defined(__WXMAC__) - if (!event.CanVeto()) +#ifdef wxHAS_TASK_BAR_ICON + if (!event.CanVeto()) { Destroy(); - else + } else { Hide(); + } #else event.Skip(); #endif diff --git a/clientgui/ViewMessages.cpp b/clientgui/ViewMessages.cpp index 5e3e0ec8dc..d8f93f7b5d 100644 --- a/clientgui/ViewMessages.cpp +++ b/clientgui/ViewMessages.cpp @@ -53,7 +53,7 @@ CViewMessages::CViewMessages() CViewMessages::CViewMessages(wxNotebook* pNotebook) : - CBOINCBaseView(pNotebook, GetViewName(), ID_TASK_MESSAGESVIEW, DEFAULT_TASK_FLAGS, ID_LIST_MESSAGESVIEW, DEFAULT_LIST_MULTI_SEL_FLAGS) + CBOINCBaseView(pNotebook, ID_TASK_MESSAGESVIEW, DEFAULT_TASK_FLAGS, ID_LIST_MESSAGESVIEW, DEFAULT_LIST_MULTI_SEL_FLAGS) { CTaskItemGroup* pGroup = NULL; CTaskItem* pItem = NULL; diff --git a/clientgui/ViewProjects.cpp b/clientgui/ViewProjects.cpp index 47ab00f29f..e47724ad26 100644 --- a/clientgui/ViewProjects.cpp +++ b/clientgui/ViewProjects.cpp @@ -92,7 +92,7 @@ CViewProjects::CViewProjects() CViewProjects::CViewProjects(wxNotebook* pNotebook) : - CBOINCBaseView(pNotebook, GetViewName(), ID_TASK_PROJECTSVIEW, DEFAULT_TASK_FLAGS, ID_LIST_PROJECTSVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) + CBOINCBaseView(pNotebook, ID_TASK_PROJECTSVIEW, DEFAULT_TASK_FLAGS, ID_LIST_PROJECTSVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) { CTaskItemGroup* pGroup = NULL; CTaskItem* pItem = NULL; diff --git a/clientgui/ViewResources.cpp b/clientgui/ViewResources.cpp index ac38390ee7..7793510337 100644 --- a/clientgui/ViewResources.cpp +++ b/clientgui/ViewResources.cpp @@ -60,7 +60,7 @@ CViewResources::CViewResources() CViewResources::CViewResources(wxNotebook* pNotebook) : - CBOINCBaseView(pNotebook, GetViewName(), ID_TASK_RESOURCEUTILIZATIONVIEW, DEFAULT_TASK_FLAGS, ID_LIST_RESOURCEUTILIZATIONVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) + CBOINCBaseView(pNotebook, ID_TASK_RESOURCEUTILIZATIONVIEW, DEFAULT_TASK_FLAGS, ID_LIST_RESOURCEUTILIZATIONVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) { wxASSERT(m_pTaskPane); wxASSERT(m_pListPane); diff --git a/clientgui/ViewStatistics.cpp b/clientgui/ViewStatistics.cpp index cd48347f49..6267ed1e02 100644 --- a/clientgui/ViewStatistics.cpp +++ b/clientgui/ViewStatistics.cpp @@ -285,7 +285,7 @@ CViewStatistics::CViewStatistics() CViewStatistics::CViewStatistics(wxNotebook* pNotebook) : - CBOINCBaseView(pNotebook, GetViewName()) + CBOINCBaseView(pNotebook) { CTaskItemGroup* pGroup = NULL; CTaskItem* pItem = NULL; diff --git a/clientgui/ViewTransfers.cpp b/clientgui/ViewTransfers.cpp index 7b4f4c82e5..3d163df21f 100644 --- a/clientgui/ViewTransfers.cpp +++ b/clientgui/ViewTransfers.cpp @@ -77,7 +77,7 @@ CViewTransfers::CViewTransfers() CViewTransfers::CViewTransfers(wxNotebook* pNotebook) : - CBOINCBaseView(pNotebook, GetViewName(), ID_TASK_TRANSFERSVIEW, DEFAULT_TASK_FLAGS, ID_LIST_TRANSFERSVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) + CBOINCBaseView(pNotebook, ID_TASK_TRANSFERSVIEW, DEFAULT_TASK_FLAGS, ID_LIST_TRANSFERSVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) { CTaskItemGroup* pGroup = NULL; CTaskItem* pItem = NULL; diff --git a/clientgui/ViewWork.cpp b/clientgui/ViewWork.cpp index e6a5711bbf..e8290fa8f2 100644 --- a/clientgui/ViewWork.cpp +++ b/clientgui/ViewWork.cpp @@ -80,7 +80,7 @@ CViewWork::CViewWork() CViewWork::CViewWork(wxNotebook* pNotebook) : - CBOINCBaseView(pNotebook, GetViewName(), ID_TASK_WORKVIEW, DEFAULT_TASK_FLAGS, ID_LIST_WORKVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) + CBOINCBaseView(pNotebook, ID_TASK_WORKVIEW, DEFAULT_TASK_FLAGS, ID_LIST_WORKVIEW, DEFAULT_LIST_SINGLE_SEL_FLAGS) { CTaskItemGroup* pGroup = NULL; CTaskItem* pItem = NULL;