reactos/base/applications/utilman/resource.h
George Bișoc b00ecdcab9
Replace my E-mail with the ReactOS org one (#3475)
From now on for ReactOS related contributions only the organization e-mail shall be used and also reverse the order of my real full name.
2021-02-22 18:26:55 +03:00

18 lines
474 B
C

/*
* PROJECT: ReactOS Utility Manager (Accessibility)
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Resource header file
* COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
*/
#pragma once
#define IDC_STATIC -1
/* Icon resource */
#define IDI_ICON_UTILMAN 30
/* Strings */
#define IDS_FAIL_INIT 40
#define IDS_FAIL_INIT_TITLE 41