mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +00:00

We believe the power of simplicity. JIRA issue: CORE-20142 - Rename g_nCurrentLayoutNum as g_iKL for simplicity. - Make g_iKL zero-based indexing. - Add ID_LANG_BASE id for language menu items and adjust ID_EXIT/ID_PREFERENCES values. - Fix KbSwitch_OnNotifyIconMsg function.
12 lines
182 B
C
12 lines
182 B
C
#pragma once
|
|
|
|
/* Icons */
|
|
#define IDI_MAIN 100
|
|
|
|
/* Menus */
|
|
#define IDR_POPUP 100
|
|
|
|
/* Menu items */
|
|
#define ID_EXIT 100
|
|
#define ID_PREFERENCES 101
|
|
#define ID_LANG_BASE 1000
|