mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9543
This commit is contained in:
parent
e94d882e3d
commit
8b249d47c3
|
@ -2302,3 +2302,8 @@ Walt 23 Feb 2006
|
|||
gui_rpc_client_ops.C
|
||||
gui_rpc_client_print.C
|
||||
|
||||
Charlie 23 Feb 2006
|
||||
- Mac: Fix compiler warning.
|
||||
|
||||
clientgui/
|
||||
BOINCTaskBar.cpp
|
||||
|
|
|
@ -491,10 +491,10 @@ wxMenu *CTaskBarIcon::BuildContextMenu() {
|
|||
ACCT_MGR_INFO ami;
|
||||
bool is_acct_mgr_detected = false;
|
||||
wxMenu* pMenu = new wxMenu;
|
||||
wxMenuItem* pMenuItem = NULL;
|
||||
wxString menuName = wxEmptyString;
|
||||
wxFont font = wxNullFont;
|
||||
#ifdef __WXMSW__
|
||||
wxMenuItem* pMenuItem = NULL;
|
||||
wxMenuItem* menuItem = NULL;
|
||||
size_t loc = 0;
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
||||
CFBundleName = "BOINC";
|
||||
CFBundleShortVersionString = "BOINC version 5.3.19";
|
||||
CFBundleGetInfoString = "BOINC version 5.3.19, Copyright 2005 University of California.";
|
||||
CFBundleShortVersionString = "BOINC version 5.3.20";
|
||||
CFBundleGetInfoString = "BOINC version 5.3.20, Copyright 2005 University of California.";
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>BNC!</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.3.19</string>
|
||||
<string>5.3.20</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.3.19</string>
|
||||
<string>5.3.20</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.3.19</string>
|
||||
<string>5.3.20</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>BOINC_Saver_ModuleView</string>
|
||||
</dict>
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>5.3.19</string>
|
||||
<string>5.3.20</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in New Issue