mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta1
This commit is contained in:
4
core/Core.rc
Normal file → Executable file
4
core/Core.rc
Normal file → Executable file
@ -98,7 +98,7 @@ BEGIN
|
||||
VALUE "FileDescription", "KernelEx Core\0"
|
||||
VALUE "FileVersion", _RCVERSION_ "\0"
|
||||
VALUE "InternalName", "KernelEx\0"
|
||||
VALUE "LegalCopyright", "Copyright <20> 2009, Xeno86\0"
|
||||
VALUE "LegalCopyright", "Copyright <20> 2009-2010, Xeno86\0"
|
||||
VALUE "OriginalFilename", "KernelEx.dll\0"
|
||||
VALUE "ProductName", "KernelEx\0"
|
||||
VALUE "ProductVersion", VERSION_STR "\0"
|
||||
@ -151,6 +151,8 @@ IDR_LOGMENU MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP ""
|
||||
BEGIN
|
||||
MENUITEM "Enabled", IDM_ENABLE, CHECKED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Save to file", IDM_TOFILE
|
||||
MENUITEM "Clear", IDM_CLEAR
|
||||
MENUITEM "Filter", IDM_FILTER
|
||||
|
Reference in New Issue
Block a user