mirror of https://github.com/BOINC/boinc.git
- MGR: Deconflict menu item IDs.
clientgui/ Events.h svn path=/trunk/boinc/; revision=19962
This commit is contained in:
parent
0126f3ca68
commit
b762fab7da
|
@ -10248,3 +10248,9 @@ Rom 17 Dec 2009
|
|||
sg_ViewTabPage.cpp
|
||||
clientgui/common/
|
||||
wxPieCtrl.cpp, .h
|
||||
|
||||
Rom 17 Dec 2009
|
||||
- MGR: Deconflict menu item IDs.
|
||||
|
||||
clientgui/
|
||||
Events.h
|
||||
|
|
|
@ -75,14 +75,14 @@
|
|||
#define ID_ADVACTIVITYGPUSUSPEND 6019
|
||||
|
||||
// Advanced Menu
|
||||
#define ID_OPTIONS 6020
|
||||
#define ID_PREFERENCES 6021
|
||||
#define ID_SELECTCOMPUTER 6022
|
||||
#define ID_SHUTDOWNCORECLIENT 6023
|
||||
#define ID_RUNBENCHMARKS 6024
|
||||
#define ID_RETRYCOMMUNICATIONS 6025
|
||||
#define ID_READCONFIG 6026
|
||||
#define ID_READPREFERENCES 6027
|
||||
#define ID_OPTIONS 6050
|
||||
#define ID_PREFERENCES 6051
|
||||
#define ID_SELECTCOMPUTER 6052
|
||||
#define ID_SHUTDOWNCORECLIENT 6053
|
||||
#define ID_RUNBENCHMARKS 6054
|
||||
#define ID_RETRYCOMMUNICATIONS 6055
|
||||
#define ID_READCONFIG 6056
|
||||
#define ID_READPREFERENCES 6057
|
||||
|
||||
// Help Menu
|
||||
#define ID_HELPBOINC 6035 // Locked: Used by manager_links.php
|
||||
|
|
Loading…
Reference in New Issue