mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5489
This commit is contained in:
parent
f27abb4ea9
commit
b06592c020
|
@ -256,7 +256,7 @@ wxString CViewTransfers::GetViewName()
|
|||
}
|
||||
|
||||
|
||||
char** CViewTransfers::GetViewIcon()
|
||||
const char** CViewTransfers::GetViewIcon()
|
||||
{
|
||||
return xfer_xpm;
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@ public:
|
|||
~CViewTransfers();
|
||||
|
||||
virtual wxString GetViewName();
|
||||
virtual const char** GetViewIcon();
|
||||
virtual const char** GetViewIcon();
|
||||
|
||||
protected:
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ public:
|
|||
~CViewWork();
|
||||
|
||||
virtual wxString GetViewName();
|
||||
virtual const char** GetViewIcon();
|
||||
virtual const char** GetViewIcon();
|
||||
|
||||
protected:
|
||||
|
||||
|
|
|
@ -40,6 +40,13 @@ function show_462($xml=false) {
|
|||
version_end($xml);
|
||||
}
|
||||
|
||||
function show_423($xml=false) {
|
||||
version_start("4.23", "21 Feb 2005", $xml);
|
||||
version("Windows", "boinc_4.23_windows_intelx86.exe", $xml);
|
||||
version("Linux/x86", "boinc_4.23_i686-pc-linux-gnu.sh", $xml);
|
||||
version_end($xml);
|
||||
}
|
||||
|
||||
function show_422($xml=false) {
|
||||
version_start("4.22", "18 Feb 2005", $xml);
|
||||
version("Windows", "boinc_4.22_windows_intelx86.exe", $xml);
|
||||
|
@ -81,7 +88,7 @@ function show_stable($xml) {
|
|||
}
|
||||
|
||||
function show_dev($xml) {
|
||||
show_422($xml);
|
||||
show_423($xml);
|
||||
show_462($xml);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue