mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
[TASKMGR] Add version resource info (#4376)
This commit is contained in:
parent
9ca32a2b95
commit
79eb14deb5
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
#include "resource.h"
|
||||
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Task Manager"
|
||||
#define REACTOS_STR_INTERNAL_NAME "taskmgr"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "taskmgr.exe"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
IDI_TASKMANAGER ICON "res/taskmgr.ico"
|
||||
IDI_WINDOW ICON "res/window.ico"
|
||||
IDI_WINDOWSM ICON "res/windowsm.ico"
|
||||
|
|
Loading…
Reference in a new issue