diff options
Diffstat (limited to 'hw/xwin/winresource.h')
-rw-r--r-- | hw/xwin/winresource.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/hw/xwin/winresource.h b/hw/xwin/winresource.h index 967a52292..300fcd198 100644 --- a/hw/xwin/winresource.h +++ b/hw/xwin/winresource.h @@ -41,10 +41,13 @@ #define IDI_XWIN 101 #define IDI_XWIN_BOXED 102 #define IDM_TRAYICON_MENU 103 -#define ID_APP_EXIT 104 -#define ID_APP_HIDE_ROOT 105 -#define ID_APP_ALWAYS_ON_TOP 106 -#define ID_APP_ABOUT 107 +#define IDC_CLIENTS_CONNECTED 104 + + +#define ID_APP_EXIT 200 +#define ID_APP_HIDE_ROOT 201 +#define ID_APP_ALWAYS_ON_TOP 202 +#define ID_APP_ABOUT 203 #define ID_ABOUT_UG 300 #define ID_ABOUT_FAQ 301 |