mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6222
This commit is contained in:
parent
ffb978b759
commit
2fc8cd6ffb
|
@ -6930,3 +6930,19 @@ David 22 May 2005
|
|||
|
||||
api/
|
||||
boinc_api.C
|
||||
|
||||
Charlie 22 may 2005
|
||||
Mac: add build of boinc_cmd command-line application to XCode project.
|
||||
Remove wxRESIZE_BORDER from dialog styles so they are not resizeable.
|
||||
|
||||
clientgui/
|
||||
DlgAbout.h
|
||||
DlgAccountManager.h
|
||||
DlgAttachProject.h
|
||||
DlgConnection.h
|
||||
DlgOptions.h
|
||||
DlgSelectComputer.h
|
||||
|
||||
mac_build/
|
||||
boinc.pbproj/
|
||||
project.pbxproj
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
////@begin control identifiers
|
||||
#define ID_DIALOG 10000
|
||||
#define SYMBOL_CDLGABOUT_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGABOUT_STYLE wxCAPTION|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGABOUT_TITLE _("About BOINC Manager")
|
||||
#define SYMBOL_CDLGABOUT_IDNAME ID_DIALOG
|
||||
#define SYMBOL_CDLGABOUT_SIZE wxSize(400, 300)
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
////@begin control identifiers
|
||||
#define ID_DIALOG 10000
|
||||
#define SYMBOL_CDLGACCOUNTMANAGER_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGACCOUNTMANAGER_STYLE wxCAPTION|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGACCOUNTMANAGER_TITLE _("Account Manager Credentials")
|
||||
#define SYMBOL_CDLGACCOUNTMANAGER_IDNAME ID_DIALOG
|
||||
#define SYMBOL_CDLGACCOUNTMANAGER_SIZE wxSize(400, 300)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
////@begin control identifiers
|
||||
#define ID_DIALOG 10000
|
||||
#define SYMBOL_CDLGATTACHPROJECT_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGATTACHPROJECT_STYLE wxCAPTION|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGATTACHPROJECT_TITLE _("Attach to Project")
|
||||
#define SYMBOL_CDLGATTACHPROJECT_IDNAME ID_DIALOG
|
||||
#define SYMBOL_CDLGATTACHPROJECT_SIZE wxSize(400, 300)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
////@begin control identifiers
|
||||
#define ID_DIALOG 10000
|
||||
#define SYMBOL_CDLGCONNECTION_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGCONNECTION_STYLE wxCAPTION|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGCONNECTION_TITLE _("Connection")
|
||||
#define SYMBOL_CDLGCONNECTION_IDNAME ID_DIALOG
|
||||
#define SYMBOL_CDLGCONNECTION_SIZE wxSize(400, 300)
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
////@begin control identifiers
|
||||
#define ID_DIALOG 10000
|
||||
#define SYMBOL_CDLGOPTIONS_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGOPTIONS_STYLE wxCAPTION|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGOPTIONS_TITLE _("Options")
|
||||
#define SYMBOL_CDLGOPTIONS_IDNAME ID_DIALOG
|
||||
#define SYMBOL_CDLGOPTIONS_SIZE wxDefaultSize
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
////@begin control identifiers
|
||||
#define ID_DIALOG 10000
|
||||
#define SYMBOL_CDLGSELECTCOMPUTER_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGSELECTCOMPUTER_STYLE wxCAPTION|wxSYSTEM_MENU
|
||||
#define SYMBOL_CDLGSELECTCOMPUTER_TITLE _("Select Computer")
|
||||
#define SYMBOL_CDLGSELECTCOMPUTER_IDNAME ID_DIALOG
|
||||
#define SYMBOL_CDLGSELECTCOMPUTER_SIZE wxSize(400, 300)
|
||||
|
|
Loading…
Reference in New Issue